Definition at line 467 of file rgrl_transformation.cxx.
Public Member Functions | |
| inverse_mapping_func (rgrl_transformation const *xform_ptr, vnl_vector< double > const &to_loc) | |
| void | f (vnl_vector< double > const &x, vnl_vector< double > &fx) |
| obj func value. | |
| void | gradf (vnl_vector< double > const &x, vnl_matrix< double > &jacobian) |
| Jacobian. | |
Public Attributes | |
| const rgrl_transformation * | xform_ |
| vnl_vector< double > | to_loc_ |
| inverse_mapping_func::inverse_mapping_func | ( | rgrl_transformation const * | xform_ptr, | |
| vnl_vector< double > const & | to_loc | |||
| ) | [inline] |
Definition at line 471 of file rgrl_transformation.cxx.
| void inverse_mapping_func::f | ( | vnl_vector< double > const & | x, | |
| vnl_vector< double > & | fx | |||
| ) |
| void inverse_mapping_func::gradf | ( | vnl_vector< double > const & | x, | |
| vnl_matrix< double > & | jacobian | |||
| ) |
Definition at line 483 of file rgrl_transformation.cxx.
| vnl_vector<double> inverse_mapping_func::to_loc_ |
Definition at line 484 of file rgrl_transformation.cxx.
1.5.1