Eigen  3.3.0
 
Loading...
Searching...
No Matches
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex > Class Template Reference

Detailed Description

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

Sparse matrix.

Deprecated
Use Map<SparseMatrix<> >
Parameters
_Scalarthe 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.

+ Inheritance diagram for Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >:

Public Member Functions

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

Constructor & Destructor Documentation

◆ ~MappedSparseMatrix()

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

Empty destructor


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