Searched refs:EpsCol (Results 1 – 1 of 1) sorted by relevance
87 double EpsRow = 1.0, EpsCol = 1.0; in compute() local133 EpsCol = DcRes.maxCoeff(); in compute()135 }while ( (EpsRow >m_tol || EpsCol > m_tol) && (its < m_maxits) ); in compute()