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

/external/eigen/Eigen/src/Eigenvalues/
H A DComplexSchur.h225 * If not specified by the user, the maximum number of iterations is m_maxIterationsPerRow times the size
245 static const int m_maxIterationsPerRow = 30; member in class:Eigen::ComplexSchur
391 maxIters = m_maxIterationsPerRow * m_matT.rows();
H A DRealSchur.h203 * If not specified by the user, the maximum number of iterations is m_maxIterationsPerRow times the size
223 static const int m_maxIterationsPerRow = 40; member in class:Eigen::RealSchur
256 maxIters = m_maxIterationsPerRow * matrix.rows();
292 maxIters = m_maxIterationsPerRow * matrixH.rows();

Completed in 159 milliseconds