![]() |
Eigen
3.4.90 (git rev 9589cc4e7fd8e4538bedef80dd36c7738977a8be)
|
#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 . |
Public Member Functions | |
Ref (DenseBase< Derived > &expr) | |
template<typename Derived> | |
Ref (SparseCompressedBase< Derived > &expr) | |
![]() | |
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