Eigen  3.3.3
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex > Class Template Reference

Detailed Description

template<typename _Scalar, int _Flags, typename _StorageIndex>
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 >:

List of all members.

Public Member Functions

 ~MappedSparseMatrix ()

Constructor & Destructor Documentation

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:
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends