WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::image_retval_base< _DecompositionType > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/misc/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

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

◆ DecompositionType

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

◆ MatrixType

template<typename _DecompositionType >
typedef DecompositionType::MatrixType Eigen::internal::image_retval_base< _DecompositionType >::MatrixType

Constructor & Destructor Documentation

◆ image_retval_base()

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

Member Function Documentation

◆ cols()

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

◆ dec()

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

◆ evalTo()

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

◆ originalMatrix()

template<typename _DecompositionType >
const MatrixType & Eigen::internal::image_retval_base< _DecompositionType >::originalMatrix ( ) const
inline

◆ rank()

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

◆ rows()

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

Member Data Documentation

◆ m_cols

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

◆ m_dec

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

◆ m_originalMatrix

template<typename _DecompositionType >
const MatrixType& Eigen::internal::image_retval_base< _DecompositionType >::m_originalMatrix
protected

◆ m_rank

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

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