Public Member Functions | List of all members
MappedSparseMatrix< _Scalar, _Flags, _Index > Class Template Reference

Sparse matrix. More...

+ Inheritance diagram for MappedSparseMatrix< _Scalar, _Flags, _Index >:

Public Member Functions

Index nonZeros () const
 
 ~MappedSparseMatrix ()
 

Detailed Description

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

Sparse matrix.

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.

Constructor & Destructor Documentation

~MappedSparseMatrix ( )
inline

Empty destructor

Member Function Documentation

Index nonZeros ( ) const
inline
Returns
the number of non zero coefficients

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