Searched refs:m_Arows (Results 1 – 1 of 1) sorted by relevance
58 Index m_Arows; variable74 m_Arows = A.rows(); in compute()75 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()81 for (Index s = 1; s < 1.1 * m_Arows + 10; s++) { // upper limit is fairly arbitrary in compute()97 const MatrixType N = MatrixType::Identity(m_Arows, m_Arows) - m_Ashifted; in computeMu()98 VectorType e = VectorType::Ones(m_Arows); in computeMu()