Searched refs:m_avgEival (Results 1 – 1 of 1) sorted by relevance
61 Scalar m_avgEival; variable75 m_avgEival = A.trace() / Scalar(RealScalar(m_Arows)); in compute()76 m_Ashifted = A - m_avgEival * MatrixType::Identity(m_Arows, m_Arows); in compute()78 MatrixType F = m_f(m_avgEival, 0) * MatrixType::Identity(m_Arows, m_Arows); in compute()82 Fincr = m_f(m_avgEival, static_cast<int>(s)) * P; in compute()117 mx = (std::max)(mx, std::abs(m_f(m_Ashifted(i, i) + m_avgEival, static_cast<int>(s+r)))); in taylorConverged()