![]() |
ImFusion SDK 4.3
|
This is the complete list of members for LevenbergMarquardt, including all inherited members.
| init(int numParameters, int numMeasurements) | LevenbergMarquardt | inline |
| LevenbergMarquardt() | LevenbergMarquardt | inline |
| run(Eigen::VectorXd &p, const T &x, const FuncEps &computeEps, const FuncJ &computeJ, int maxIter, double deltaTol, double fTol, Progress *progress=nullptr, double lambda=0.01) | LevenbergMarquardt | inline |
| runWithFiniteDifferences(Eigen::VectorXd &p, const T &x, const FuncEps &computeEps, double finiteDifferenceStepSize, int maxIter, double deltaTol, double fTol, Progress *progress=nullptr, double lambda=0.01) | LevenbergMarquardt | inline |