Home
last modified time | relevance | path

Searched refs:m_maxits (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h135 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) ); in compute()
174 m_maxits = 5; in init()
184 int m_maxits; // Maximum number of iterations allowed variable