Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h133 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) ); in compute()
164 m_tol = tol; in setTolerance()
171 m_tol = 1e-10; in init()
181 double m_tol; variable