Lines Matching refs:DynamicSparseMatrix
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> >
56 class DynamicSparseMatrix
57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> >
60 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix)
73 …typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSpar…
226 EIGEN_DEPRECATED inline DynamicSparseMatrix()
233 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)
241 … EIGEN_DEPRECATED explicit inline DynamicSparseMatrix(const SparseMatrixBase<OtherDerived>& other)
247 inline DynamicSparseMatrix(const DynamicSparseMatrix& other)
253 inline void swap(DynamicSparseMatrix& other)
261 inline DynamicSparseMatrix& operator=(const DynamicSparseMatrix& other)
276 inline ~DynamicSparseMatrix() {}
324 class DynamicSparseMatrix<Scalar,_Options,_Index>::InnerIterator : public SparseVector<Scalar,_Opti…
328 InnerIterator(const DynamicSparseMatrix& mat, Index outer)
340 class DynamicSparseMatrix<Scalar,_Options,_Index>::ReverseInnerIterator : public SparseVector<Scala…
344 ReverseInnerIterator(const DynamicSparseMatrix& mat, Index outer)