TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::image_retval_base< _DecompositionType > Class Template Reference

#include <Image.h>

Inheritance diagram for Eigen::internal::image_retval_base< _DecompositionType >:
Eigen::ReturnByValue< image_retval_base< _DecompositionType > > Eigen::internal::no_assignment_operator

Public Types

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

Public Member Functions

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

Protected Attributes

const DecompositionTypem_dec
 
Index m_rank
 
Index m_cols
 
const MatrixTypem_originalMatrix
 

Member Typedef Documentation

◆ Base

◆ DecompositionType

◆ MatrixType

Constructor & Destructor Documentation

◆ image_retval_base()

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

Member Function Documentation

◆ cols()

◆ dec()

◆ evalTo()

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

◆ originalMatrix()

◆ rank()

◆ rows()

Member Data Documentation

◆ m_cols

◆ m_dec

◆ m_originalMatrix

◆ m_rank


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