#include <vnl_least_squares_cost_function.h>
Inheritance diagram for vnl_least_squares_cost_function:
Public Methods | |
vnl_least_squares_cost_function (vnl_least_squares_function *f) | |
double | f (const vnl_vector< double > &x) |
virtual void | gradf (const vnl_vector< double > &x, vnl_vector< double > &gradient) |
Protected Attributes | |
vnl_vector< double > | storage_ |
vnl_matrix< double > | jacobian_ |
vnl_least_squares_function * | f_ |
Definition at line 21 of file vnl_least_squares_cost_function.h.
|
|
|
The main function.\ Given the parameter vector x, compute the. value of f(x). Reimplemented from vnl_cost_function. |
|
Calculate the Jacobian, given the parameter vector x. Reimplemented from vnl_cost_function. |
|
Definition at line 32 of file vnl_least_squares_cost_function.h. |
|
Definition at line 31 of file vnl_least_squares_cost_function.h. |
|
Definition at line 30 of file vnl_least_squares_cost_function.h. |