Searched refs:parl (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMpar.h38 Scalar parc, parl; local
82 /* step provides a lower bound, parl, for the zero of */
84 parl = 0.;
89 parl = fp / m_delta / temp / temp;
101 /* if the input par lies outside of the interval (parl,paru), */
103 par = (std::max)(par,parl);
126 /* of par. also test for the exceptional cases where parl */
128 if (abs(fp) <= Scalar(0.1) * m_delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
143 /* depending on the sign of the function, update parl or paru. */
145 parl
[all...]
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dlmpar.h22 Scalar parc, parl; local
71 /* step provides a lower bound, parl, for the zero of */
73 parl = 0.;
88 parl = fp / delta / temp / temp;
100 /* if the input par lies outside of the interval (parl,paru), */
102 par = (std::max)(par,parl);
125 /* of par. also test for the exceptional cases where parl */
127 if (abs(fp) <= Scalar(0.1) * delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
144 /* depending on the sign of the function, update parl or paru. */
146 parl
180 Scalar parc, parl; local
[all...]

Completed in 47 milliseconds