Eigen  3.2.91
Eigen::Ref< SparseMatrix< MatScalar, MatOptions, MatIndex >, Options, StrideType > Class Template Reference

Detailed Description

template<typename MatScalar, int MatOptions, typename MatIndex, int Options, typename StrideType>
class Eigen::Ref< SparseMatrix< MatScalar, MatOptions, MatIndex >, Options, StrideType >

A sparse matrix expression referencing an existing sparse expression.

Template Parameters
PlainObjectTypethe equivalent sparse matrix type of the referenced data
Optionsspecifies whether the a standard compressed format is required Options is #StandardCompressedFormat, or 0. The default is 0.
StrideTypeOnly used for dense Ref
See also
class Ref

Inherits Eigen::internal::SparseRefBase< Ref< SparseMatrix< MatScalar, MatOptions, MatIndex >, Options, StrideType > >.


The documentation for this class was generated from the following file: