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

/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
H A DLMpar.h40 Scalar temp, paru; local
92 /* calculate an upper bound, paru, for the zero of the function. */
97 paru = gnorm / m_delta;
98 if (paru == 0.)
99 paru = dwarf / (std::min)(m_delta,Scalar(0.1));
101 /* if the input par lies outside of the interval (parl,paru), */
104 par = (std::min)(par,paru);
114 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
143 /* depending on the sign of the function, update parl or paru. */
147 paru
[all...]
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dlmpar.h24 Scalar temp, paru; local
91 /* calculate an upper bound, paru, for the zero of the function. */
96 paru = gnorm / delta;
97 if (paru == 0.)
98 paru = dwarf / (std::min)(delta,Scalar(0.1));
100 /* if the input par lies outside of the interval (parl,paru), */
103 par = (std::min)(par,paru);
113 par = (std::max)(dwarf,Scalar(.001) * paru); /* Computing MAX */
144 /* depending on the sign of the function, update parl or paru. */
148 paru
182 Scalar temp, paru; local
[all...]

Completed in 3571 milliseconds