Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:Index

74     typedef typename MatrixType::Index Index;
100 HessenbergDecomposition(Index size = Size==Dynamic ? 2 : Size)
295 Index n = matA.rows();
297 for (Index i = 0; i<n-1; ++i)
300 Index remainingSize = n-i-1;
340 typedef typename MatrixType::Index Index;
357 Index n = result.rows();
362 Index rows() const { return m_hess.packedMatrix().rows(); }
363 Index cols() const { return m_hess.packedMatrix().cols(); }