Lines Matching refs:Index
24 typedef SparseMatrix<typename Rhs::Scalar, Rhs::Options, typename Rhs::Index> ReturnType;
33 typedef typename Base::Index Index;
39 inline Index rows() const { return m_dec.cols(); }
40 inline Index cols() const { return m_rhs.cols(); }
58 typedef typename MatrixType::Index Index; \
86 typedef typename DecompositionType::Index Index;
92 inline Index rows() const { return m_dec.cols(); }
93 inline Index cols() const { return m_rhs.cols(); }