Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::image_retval_base< _DecompositionType > Class Template Reference

#include <ForwardDeclarations.h>

Inheritance diagram for Eigen::internal::image_retval_base< _DecompositionType >:
Inheritance graph
[legend]

Public Types

typedef ReturnByValue< image_retval_baseBase
 
typedef _DecompositionType DecompositionType
 
typedef DecompositionType::MatrixType MatrixType
 
- Public Types inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< image_retval_base< _DecompositionType > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
const DecompositionTypedec () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
 image_retval_base (const DecompositionType &dec, const MatrixType &originalMatrix)
 
const MatrixTypeoriginalMatrix () const
 
Index rank () const
 
Index rows () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< image_retval_base< _DecompositionType > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC void evalTo (Dest &dst) const
 
EIGEN_DEVICE_FUNC Index rows () const
 

Protected Attributes

Index m_cols
 
const DecompositionTypem_dec
 
const MatrixTypem_originalMatrix
 
Index m_rank
 

Detailed Description

template<typename _DecompositionType>
class Eigen::internal::image_retval_base< _DecompositionType >

Definition at line 138 of file ForwardDeclarations.h.

Member Typedef Documentation

template<typename _DecompositionType>
typedef ReturnByValue<image_retval_base> Eigen::internal::image_retval_base< _DecompositionType >::Base

Definition at line 40 of file Image.h.

template<typename _DecompositionType>
typedef _DecompositionType Eigen::internal::image_retval_base< _DecompositionType >::DecompositionType

Definition at line 38 of file Image.h.

template<typename _DecompositionType>
typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< _DecompositionType >::MatrixType

Definition at line 39 of file Image.h.

Constructor & Destructor Documentation

template<typename _DecompositionType>
Eigen::internal::image_retval_base< _DecompositionType >::image_retval_base ( const DecompositionType dec,
const MatrixType originalMatrix 
)
inline

Definition at line 42 of file Image.h.

Member Function Documentation

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::cols ( void  ) const
inline

Definition at line 49 of file Image.h.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::dec ( ) const
inline

Definition at line 51 of file Image.h.

template<typename _DecompositionType>
template<typename Dest >
void Eigen::internal::image_retval_base< _DecompositionType >::evalTo ( Dest &  dst) const
inline

Definition at line 54 of file Image.h.

template<typename _DecompositionType>
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::originalMatrix ( ) const
inline

Definition at line 52 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::rank ( ) const
inline

Definition at line 50 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::rows ( void  ) const
inline

Definition at line 48 of file Image.h.

Member Data Documentation

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::m_cols
protected

Definition at line 61 of file Image.h.

template<typename _DecompositionType>
const DecompositionType& Eigen::internal::image_retval_base< _DecompositionType >::m_dec
protected

Definition at line 60 of file Image.h.

template<typename _DecompositionType>
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::m_originalMatrix
protected

Definition at line 62 of file Image.h.

template<typename _DecompositionType>
Index Eigen::internal::image_retval_base< _DecompositionType >::m_rank
protected

Definition at line 61 of file Image.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37