Home | History | Annotate | Download | only in SparseExtra

Lines Matching refs:DynamicSparseMatrix

17   * \class DynamicSparseMatrix
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _Index> >
56 class DynamicSparseMatrix
57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _Index> >
60 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix)
62 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, +=)
63 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, -=)
73 typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0)> TransposedSparseMatrix;
225 /** The class DynamicSparseMatrix is deprectaed */
226 EIGEN_DEPRECATED inline DynamicSparseMatrix()
232 /** The class DynamicSparseMatrix is deprectaed */
233 EIGEN_DEPRECATED inline DynamicSparseMatrix(Index rows, Index cols)
239 /** The class DynamicSparseMatrix is deprectaed */
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,_Options,_Index>::InnerIterator
328 InnerIterator(const DynamicSparseMatrix& mat, Index outer)
340 class DynamicSparseMatrix<Scalar,_Options,_Index>::ReverseInnerIterator : public SparseVector<Scalar,_Options,_Index>::ReverseInnerIterator
344 ReverseInnerIterator(const DynamicSparseMatrix& mat, Index outer)