Eigen  3.3.3
Eigen::Ref< SparseVectorType > Class Template Reference

Detailed Description

template<typename SparseVectorType>
class Eigen::Ref< SparseVectorType >

A sparse vector expression referencing an existing sparse vector expression.

Template Parameters:
SparseVectorTypethe equivalent sparse vector type of the referenced data, it must be a template instance of class SparseVector.
See also:
class Ref
+ Inheritance diagram for Eigen::Ref< SparseVectorType >:

List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

template<typename SparseVectorType >
template<typename Derived >
Eigen::Ref< SparseVectorType >::Ref ( SparseCompressedBase< Derived > &  expr) [inline]

Implicit constructor from any 1D sparse vector expression


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