Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DScaling.h87 double EpsRow = 1.0, EpsCol = 1.0; in compute() local
133 EpsCol = DcRes.maxCoeff(); in compute()
135 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) ); in compute()