Eigen  3.3.3
Eigen::Ref< SparseMatrixType, Options > Class Template Reference

Detailed Description

template<typename SparseMatrixType, int Options>
class Eigen::Ref< SparseMatrixType, Options >

A sparse matrix expression referencing an existing sparse expression.

Template Parameters:
SparseMatrixTypethe equivalent sparse matrix type of the referenced data, it must be a template instance of class SparseMatrix.
Optionsspecifies whether the a standard compressed format is required Options is #StandardCompressedFormat, or 0. The default is 0.
See also:
class Ref
+ Inheritance diagram for Eigen::Ref< SparseMatrixType, Options >:

List of all members.

Public Member Functions

template<typename Derived >
 Ref (SparseCompressedBase< Derived > &expr)

Constructor & Destructor Documentation

template<typename SparseMatrixType , int Options>
template<typename Derived >
Eigen::Ref< SparseMatrixType, Options >::Ref ( SparseCompressedBase< Derived > &  expr) [inline]

Implicit constructor from any sparse expression (2D matrix or 1D vector)


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends