Searched refs:Ashifted (Results 1 – 1 of 1) sorted by relevance
71 MatrixType Ashifted = A - avgEival * MatrixType::Identity(rows, rows); in compute() local72 RealScalar mu = matrix_function_compute_mu(Ashifted); in compute()74 MatrixType P = Ashifted; in compute()79 P = Scalar(RealScalar(1.0/(s + 1))) * P * Ashifted; in compute()90 mx = (std::max)(mx, std::abs(m_f(Ashifted(i, i) + avgEival, static_cast<int>(s+r)))); in compute()