W3cubDocs

/Eigen3

Eigen::MappedSparseMatrix

template<typename _Scalar, int _Flags, typename _StorageIndex>
class Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >

Sparse matrix.

Deprecated:
Use Map<SparseMatrix<> >
Parameters
_Scalar the scalar type, i.e. the type of the coefficients

See http://www.netlib.org/linalg/html_templates/node91.html for details on the storage scheme.

~MappedSparseMatrix ()
- Public Member Functions inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > >
Map (PointerArgType dataPtr, const StrideType &stride=StrideType())
Map (PointerArgType dataPtr, Index rows, Index cols, const StrideType &stride=StrideType())
Map (PointerArgType dataPtr, Index size, const StrideType &stride=StrideType())

~MappedSparseMatrix()

template<typename _Scalar , int _Flags, typename _StorageIndex >
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::~MappedSparseMatrix ( )
inline

Empty destructor


The documentation for this class was generated from the following file: