HomeSort by relevance Sort by last modified time
    Searched full:m_gnorm (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMonestep.h 74 m_gnorm = 0.;
78 m_gnorm = (std::max)(m_gnorm, abs( m_rfactor.col(j).head(j+1).dot(m_qtf.head(j+1)/m_fnorm) / m_wa2[m_permutation.indices()[j]]));
81 if (m_gnorm <= m_gtol) {
188 if (m_gnorm <= NumTraits<Scalar>::epsilon())
LevenbergMarquardt.h 123 : m_functor(functor),m_nfev(0),m_njev(0),m_fnorm(0.0),m_gnorm(0),
212 RealScalar gnorm() {return m_gnorm; }
258 RealScalar m_gnorm; //Norm of the gradient of the error member in class:Eigen::LevenbergMarquardt

Completed in 108 milliseconds