HomeSort by relevance Sort by last modified time
    Searched full:m_lambdan (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 239 mutable RealScalar m_lambdaN; //Modulus of the largest eigenvalue of A
397 m_lambdaN = 0.0;
453 if (!m_lambdaN)
455 m_lambdaN = (std::max)(modulEig.maxCoeff(), m_lambdaN);
521 y = x + m_U.leftCols(m_r) * ( m_lambdaN * m_luT.solve(x1) - x1);

Completed in 157 milliseconds