Searched defs:MappedSparseMatrix (Results 1 - 1 of 1) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
H A D | MappedSparseMatrix.h | 15 /** \class MappedSparseMatrix 26 struct traits<MappedSparseMatrix<_Scalar, _Flags, _Index> > : traits<SparseMatrix<_Scalar, _Flags, _Index> > 31 class MappedSparseMatrix class in namespace:Eigen 32 : public SparseMatrixBase<MappedSparseMatrix<_Scalar, _Flags, _Index> > 35 EIGEN_SPARSE_PUBLIC_INTERFACE(MappedSparseMatrix) 108 inline MappedSparseMatrix(Index rows, Index cols, Index nnz, Index* outerIndexPtr, Index* innerIndexPtr, Scalar* valuePtr) function in class:Eigen::MappedSparseMatrix 114 inline ~MappedSparseMatrix() {} 118 class MappedSparseMatrix<Scalar,_Flags,_Index>::InnerIterator 121 InnerIterator(const MappedSparseMatrix& mat, Index outer) 141 const MappedSparseMatrix [all...] |
Completed in 474 milliseconds