#include <MappedSparseMatrix.h>
Public Types | |
typedef Base::Scalar | Scalar |
typedef Base::StorageIndex | StorageIndex |
Public Types inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > > | |
typedef MapBase< Map > | Base |
typedef PointerType | PointerArgType |
typedef Base::PointerType | PointerType |
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 EIGEN_CONSTEXPR Index | innerStride () const |
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, const StrideType &stride=StrideType()) |
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index rows, Index cols, const StrideType &stride=StrideType()) |
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index size, const StrideType &stride=StrideType()) |
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const |
Private Types | |
typedef Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > > | Base |
Additional Inherited Members | |
Protected Attributes inherited from Eigen::Map< SparseMatrix< _Scalar, _Flags, _StorageIndex > > | |
StrideType | m_stride |
Sparse matrix.
_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.
Definition at line 32 of file MappedSparseMatrix.h.
|
private |
Definition at line 35 of file MappedSparseMatrix.h.
typedef Base::Scalar Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::Scalar |
Definition at line 40 of file MappedSparseMatrix.h.
typedef Base::StorageIndex Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::StorageIndex |
Definition at line 39 of file MappedSparseMatrix.h.
|
inline |
Definition at line 42 of file MappedSparseMatrix.h.
|
inline |
Empty destructor
Definition at line 47 of file MappedSparseMatrix.h.