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

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h 133 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) );
172 m_maxits = 5;
182 int m_maxits; // Maximum number of iterations allowed member in class:Scaling

Completed in 198 milliseconds