Classes
vnl_least_squares_function.h File Reference

Abstract base for minimising functions. More...

#include <string>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include "vnl/vnl_export.h"

Go to the source code of this file.

Classes

class  vnl_least_squares_function
 Abstract base for minimising functions. More...
 

Detailed Description

Abstract base for minimising functions.

Author
Andrew W. Fitzgibbon, Oxford RRG
Date
31 Aug 96
  Modifications
   280697 AWF Changed return type of f from double to void, as it wasn't used, and
              people were going to extra trouble to compute it.
   20 Apr 1999 FSM Added failure flag so that f() and grad() may signal failure to the caller.
   23/3/01 LSB (Manchester) Tidied documentation
   Feb.2002 - Peter Vanroose - brief doxygen comment placed on single line

not used? #include <vcl_compiler.h>

Definition in file vnl_least_squares_function.h.