Sparse matrix.
More...
#include <MappedSparseMatrix.h>
|
|
| MappedSparseMatrix (Index rows, Index cols, Index nnz, StorageIndex *outerIndexPtr, StorageIndex *innerIndexPtr, Scalar *valuePtr, StorageIndex *innerNonZeroPtr=0) |
| |
|
| ~MappedSparseMatrix () |
| | Empty destructor.
|
| |
|
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.
|
| |
| EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index size, const StrideType &stride=StrideType()) |
| | Constructor in the dynamic-size vector case.
|
| |
| EIGEN_DEVICE_FUNC | Map (PointerArgType dataPtr, Index rows, Index cols, const StrideType &stride=StrideType()) |
| | Constructor in the dynamic-size matrix case.
|
| |
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.
The documentation for this class was generated from the following file: