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

#include <ForwardDeclarations.h>

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

Public Types

typedef ReturnByValue< kernel_retval_baseBase
 
typedef _DecompositionType DecompositionType
 
typedef Base::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< kernel_retval_base< _DecompositionType > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< kernel_retval_base< _DecompositionType > >::ReturnType ReturnType
 

Public Member Functions

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

Protected Attributes

Index m_cols
 
const DecompositionTypem_dec
 
Index m_rank
 

Detailed Description

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

Definition at line 126 of file ForwardDeclarations.h.

Member Typedef Documentation

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

Definition at line 41 of file Kernel.h.

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

Definition at line 40 of file Kernel.h.

template<typename _DecompositionType>
typedef Base::Index Eigen::internal::kernel_retval_base< _DecompositionType >::Index

Definition at line 42 of file Kernel.h.

Constructor & Destructor Documentation

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

Definition at line 44 of file Kernel.h.

Member Function Documentation

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

Definition at line 51 of file Kernel.h.

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

Definition at line 53 of file Kernel.h.

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

Definition at line 55 of file Kernel.h.

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

Definition at line 52 of file Kernel.h.

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

Definition at line 50 of file Kernel.h.

Member Data Documentation

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

Definition at line 62 of file Kernel.h.

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

Definition at line 61 of file Kernel.h.

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

Definition at line 62 of file Kernel.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:13