Path Tracer
Public Types | Public Member Functions | List of all members
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex > Class Template Reference

Sparse matrix. More...

#include <MappedSparseMatrix.h>

Inheritance diagram for Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >:
Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > > Eigen::MapBase< Map< SparseMatrix< _Scalar, _Flags, _StorageIndex >, MapOptions, StrideType > >

Public Types

typedef Base::StorageIndex StorageIndex
 
typedef Base::Scalar Scalar
 
- Public Types inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > >
typedef MapBase< MapBase
 
typedef Base::PointerType PointerType
 
typedef PointerType PointerArgType
 

Public Member Functions

 MappedSparseMatrix (Index rows, Index cols, Index nnz, StorageIndex *outerIndexPtr, StorageIndex *innerIndexPtr, Scalar *valuePtr, StorageIndex *innerNonZeroPtr=0)
 
 ~MappedSparseMatrix ()
 
- Public Member Functions inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > >
EIGEN_DEVICE_FUNC PointerType cast_to_pointer_type (PointerArgType ptr)
 
EIGEN_DEVICE_FUNC Index innerStride () const
 
EIGEN_DEVICE_FUNC Index outerStride () const
 
EIGEN_DEVICE_FUNC Map (PointerArgType dataPtr, const StrideType &stride=StrideType())
 
EIGEN_DEVICE_FUNC Map (PointerArgType dataPtr, Index size, const StrideType &stride=StrideType())
 
EIGEN_DEVICE_FUNC Map (PointerArgType dataPtr, Index rows, Index cols, const StrideType &stride=StrideType())
 

Additional Inherited Members

- Protected Attributes inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > >
StrideType m_stride
 

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.

Constructor & Destructor Documentation

◆ ~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: