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(); }
75 typedef typename MatrixType::Index Index; \
103 typedef typename DecompositionType::Index Index;
109 inline Index rows() const { return m_dec.cols(); }
110 inline Index cols() const { return m_rhs.cols(); }