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

#include <ForwardDeclarations.h>

Public Types

typedef ReturnByValue< kernel_retval_baseBase
 
typedef _DecompositionType DecompositionType
 

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
 

Protected Attributes

Index m_cols
 
const DecompositionTypem_dec
 
Index m_rank
 

Detailed Description

Definition at line 138 of file ForwardDeclarations.h.

Member Typedef Documentation

◆ Base

Definition at line 41 of file Kernel.h.

◆ DecompositionType

Definition at line 40 of file Kernel.h.

Constructor & Destructor Documentation

◆ kernel_retval_base()

Eigen::internal::kernel_retval_base::kernel_retval_base ( const DecompositionType dec)
inlineexplicit

Definition at line 43 of file Kernel.h.

Member Function Documentation

◆ cols()

Index Eigen::internal::kernel_retval_base::cols ( ) const
inline

Definition at line 50 of file Kernel.h.

◆ dec()

const DecompositionType& Eigen::internal::kernel_retval_base::dec ( ) const
inline

Definition at line 52 of file Kernel.h.

◆ evalTo()

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

Definition at line 54 of file Kernel.h.

◆ rank()

Index Eigen::internal::kernel_retval_base::rank ( ) const
inline

Definition at line 51 of file Kernel.h.

◆ rows()

Index Eigen::internal::kernel_retval_base::rows ( ) const
inline

Definition at line 49 of file Kernel.h.

Member Data Documentation

◆ m_cols

Index Eigen::internal::kernel_retval_base::m_cols
protected

Definition at line 61 of file Kernel.h.

◆ m_dec

const DecompositionType& Eigen::internal::kernel_retval_base::m_dec
protected

Definition at line 60 of file Kernel.h.

◆ m_rank

Index Eigen::internal::kernel_retval_base::m_rank
protected

Definition at line 61 of file Kernel.h.


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


gtsam
Author(s):
autogenerated on Thu Jun 13 2024 03:15:14