Searched refs:avgEival (Results 1 – 1 of 1) sorted by relevance
70 Scalar avgEival = A.trace() / Scalar(RealScalar(rows)); in compute() local71 MatrixType Ashifted = A - avgEival * MatrixType::Identity(rows, rows); in compute()73 MatrixType F = m_f(avgEival, 0) * MatrixType::Identity(rows, rows); in compute()77 Fincr = m_f(avgEival, static_cast<int>(s)) * P; in compute()90 mx = (std::max)(mx, std::abs(m_f(Ashifted(i, i) + avgEival, static_cast<int>(s+r)))); in compute()