![]() |
Eigen
3.3.9
|
#include <Eigen/src/SparseCore/SparseRef.h>
A sparse matrix expression referencing an existing sparse expression.
| SparseMatrixType | the equivalent sparse matrix type of the referenced data, it must be a template instance of class SparseMatrix. |
| Options | specifies whether the a standard compressed format is required Options is StandardCompressedFormat, or 0. The default is 0. |
Inheritance diagram for Eigen::Ref< SparseMatrixType, Options >:Public Member Functions | |
| Ref (DenseBase< Derived > &expr) | |
| template<typename Derived> | |
| Ref (SparseCompressedBase< Derived > &expr) | |
Public Member Functions inherited from Eigen::SparseMapBase< Derived, WriteAccessors > | |
| Scalar & | coeffRef (Index row, Index col) |
| StorageIndex * | innerIndexPtr () |
| StorageIndex * | innerNonZeroPtr () |
| StorageIndex * | outerIndexPtr () |
| Scalar * | valuePtr () |
| ~SparseMapBase () | |
|
inline |
Implicit constructor from any sparse expression (2D matrix or 1D vector)
|
inline |
Implicit constructor from any dense expression