Home | History | Annotate | Download | only in SuperLUSupport

Lines Matching refs:Index

271 template<typename Scalar, int Flags, typename Index>
272 MappedSparseMatrix<Scalar,Flags,Index> map_superlu(SluMatrix& sluMat)
277 Index outerSize = (Flags&RowMajor)==RowMajor ? sluMat.ncol : sluMat.nrow;
279 return MappedSparseMatrix<Scalar,Flags,Index>(
297 typedef typename MatrixType::Index Index;
315 inline Index rows() const { return m_matrix.rows(); }
316 inline Index cols() const { return m_matrix.cols(); }
486 typedef typename Base::Index Index;
828 typedef typename Base::Index Index;