Searched defs:DynamicSparseMatrix (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h17 * \class DynamicSparseMatrix
37 struct traits<DynamicSparseMatrix<_Scalar, _Options, _StorageIndex> >
56 class DynamicSparseMatrix class in namespace:Eigen
57 : public SparseMatrixBase<DynamicSparseMatrix<_Scalar, _Options, _StorageIndex> >
59 typedef SparseMatrixBase<DynamicSparseMatrix> Base;
62 EIGEN_SPARSE_PUBLIC_INTERFACE(DynamicSparseMatrix)
64 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, +=)
65 // EIGEN_SPARSE_INHERIT_ASSIGNMENT_OPERATOR(DynamicSparseMatrix, -=)
75 typedef DynamicSparseMatrix<Scalar,(Flags&~RowMajorBit)|(IsRowMajor?RowMajorBit:0), StorageIndex> TransposedSparseMatrix;
227 /** The class DynamicSparseMatrix i
[all...]

Completed in 111 milliseconds