Searched defs:m_maxIterationsPerRow (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h223 * If not specified by the user, the maximum number of iterations is m_maxIterationsPerRow times the size
243 static const int m_maxIterationsPerRow = 30; member in class:Eigen::ComplexSchur
388 maxIters = m_maxIterationsPerRow * m_matT.rows();
H A DRealSchur.h201 * If not specified by the user, the maximum number of iterations is m_maxIterationsPerRow times the size
221 static const int m_maxIterationsPerRow = 40; member in class:Eigen::RealSchur
251 maxIters = m_maxIterationsPerRow * matrix.rows();
271 maxIters = m_maxIterationsPerRow * matrixH.rows();

Completed in 734 milliseconds