Home
last modified time | relevance | path

Searched refs:m_Ashifted (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixFunctionAtomic.h64 MatrixType m_Ashifted; variable
76 m_Ashifted = A - m_avgEival * MatrixType::Identity(m_Arows, m_Arows); in compute()
79 MatrixType P = m_Ashifted; in compute()
84 P = Scalar(RealScalar(1.0/(s + 1))) * P * m_Ashifted; in compute()
97 const MatrixType N = MatrixType::Identity(m_Arows, m_Arows) - m_Ashifted; in computeMu()
117 mx = (std::max)(mx, std::abs(m_f(m_Ashifted(i, i) + m_avgEival, static_cast<int>(s+r)))); in taylorConverged()