Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:Index

70     typedef typename MatrixType::Index Index;
113 Tridiagonalization(Index size = Size==Dynamic ? 2 : Size)
316 Index n = m_matrix.rows();
349 typedef typename MatrixType::Index Index;
352 Index n = matA.rows();
356 for (Index i = 0; i<n-1; ++i)
358 Index remainingSize = n-i-1;
441 typedef typename MatrixType::Index Index;
529 typedef typename MatrixType::Index Index;
546 Index rows() const { return m_matrix.rows(); }
547 Index cols() const { return m_matrix.cols(); }