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

#include <Kernel.h>

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

Public Types

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

Public Member Functions

 kernel_retval_base (const DecompositionType &dec)
 
Index rows () const
 
Index cols () const
 
Index rank () const
 
const DecompositionTypedec () const
 
template<typename Dest >
void evalTo (Dest &dst) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< kernel_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
 

Member Typedef Documentation

◆ Base

◆ DecompositionType

Constructor & Destructor Documentation

◆ kernel_retval_base()

Member Function Documentation

◆ cols()

◆ dec()

◆ evalTo()

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

◆ rank()

◆ rows()

Member Data Documentation

◆ m_cols

◆ m_dec

◆ m_rank


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