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();
348 typedef typename MatrixType::Index Index;
351 Index n = matA.rows();
355 for (Index i = 0; i<n-1; ++i)
357 Index remainingSize = n-i-1;
428 typedef typename MatrixType::Index Index;
429 //Index n = mat.rows();
442 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(); }