Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:Index

22     typedef typename MatrixType::Index Index;
31 Index rows() const { return m_pow.rows(); }
32 Index cols() const { return m_pow.cols(); }
51 typedef typename MatrixType::Index Index;
115 for (Index i=1; i < m_A.cols(); ++i) {
154 for (Index i=0; i < m_A.cols(); ++i)
285 typedef typename MatrixType::Index Index;
319 Index rows() const { return m_A.rows(); }
320 Index cols() const { return m_A.cols(); }
460 typedef typename Derived::Index Index;
481 Index rows() const { return m_A.rows(); }
482 Index cols() const { return m_A.cols(); }