#include <ndt_matcher_d2d.h>
Static Public Member Functions | |
static double | absmax (double a, double b, double c) |
static int | cstep (double &stx, double &fx, double &dx, double &sty, double &fy, double &dy, double &stp, double &fp, double &dp, bool &brackt, double stmin, double stmax) |
static double | max (double a, double b) |
static double | min (double a, double b) |
Definition at line 225 of file ndt_matcher_d2d.h.
double lslgeneric::NDTMatcherD2D< PointSource, PointTarget >::MoreThuente::absmax | ( | double | a, |
double | b, | ||
double | c | ||
) | [static] |
Definition at line 2235 of file ndt_matcher_d2d.hpp.
int lslgeneric::NDTMatcherD2D< PointSource, PointTarget >::MoreThuente::cstep | ( | double & | stx, |
double & | fx, | ||
double & | dx, | ||
double & | sty, | ||
double & | fy, | ||
double & | dy, | ||
double & | stp, | ||
double & | fp, | ||
double & | dp, | ||
bool & | brackt, | ||
double | stmin, | ||
double | stmax | ||
) | [static] |
Definition at line 2024 of file ndt_matcher_d2d.hpp.
double lslgeneric::NDTMatcherD2D< PointSource, PointTarget >::MoreThuente::max | ( | double | a, |
double | b | ||
) | [static] |
Definition at line 2229 of file ndt_matcher_d2d.hpp.
double lslgeneric::NDTMatcherD2D< PointSource, PointTarget >::MoreThuente::min | ( | double | a, |
double | b | ||
) | [static] |
Definition at line 2223 of file ndt_matcher_d2d.hpp.