WPILibC++ 2023.4.3-108-ge5452e3
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex > Class Template Reference

Sparse matrix. More...

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/SparseCore/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 ()
 Empty destructor. More...
 
- 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 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...
 

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.

Member Typedef Documentation

◆ Scalar

template<typename _Scalar , int _Flags, typename _StorageIndex >
typedef Base::Scalar Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::Scalar

◆ StorageIndex

template<typename _Scalar , int _Flags, typename _StorageIndex >
typedef Base::StorageIndex Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::StorageIndex

Constructor & Destructor Documentation

◆ MappedSparseMatrix()

template<typename _Scalar , int _Flags, typename _StorageIndex >
Eigen::MappedSparseMatrix< _Scalar, _Flags, _StorageIndex >::MappedSparseMatrix ( Index  rows,
Index  cols,
Index  nnz,
StorageIndex outerIndexPtr,
StorageIndex innerIndexPtr,
Scalar valuePtr,
StorageIndex innerNonZeroPtr = 0 
)
inline

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