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
 
- 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)
 
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
 
Index m_rank
 

Detailed Description

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

Definition at line 136 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.

Constructor & Destructor Documentation

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

Definition at line 43 of file Kernel.h.

Member Function Documentation

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

Definition at line 50 of file Kernel.h.

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

Definition at line 52 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 54 of file Kernel.h.

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

Definition at line 51 of file Kernel.h.

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

Definition at line 49 of file Kernel.h.

Member Data Documentation

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

Definition at line 61 of file Kernel.h.

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

Definition at line 60 of file Kernel.h.

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

Definition at line 61 of file Kernel.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:38