|
| MappedSparseMatrix (Index rows, Index cols, Index nnz, StorageIndex *outerIndexPtr, StorageIndex *innerIndexPtr, Scalar *valuePtr, StorageIndex *innerNonZeroPtr=0) |
|
| ~MappedSparseMatrix () |
| Empty destructor. More...
|
|
EIGEN_DEVICE_FUNC PointerType | cast_to_pointer_type (PointerArgType ptr) |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | innerStride () const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | outerStride () const |
|
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, const StrideType &stride=StrideType()) |
| Constructor in the fixed-size case. More...
|
|
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index size, const StrideType &stride=StrideType()) |
| Constructor in the dynamic-size vector case. More...
|
|
EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index rows, Index cols, const StrideType &stride=StrideType()) |
| Constructor in the dynamic-size matrix case. More...
|
|
template<typename _Scalar, int _Flags, typename _StorageIndex>
class Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >
Sparse matrix.
- Deprecated:
- Use Map<SparseMatrix<> >
- Parameters
-
_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.