WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::EvalToTemp< ArgType > Class Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/CoreEvaluators.h>

Inheritance diagram for Eigen::internal::EvalToTemp< ArgType >:

Public Types

typedef dense_xpr_base< EvalToTemp >::type Base
 

Public Member Functions

 EvalToTemp (const ArgType &arg)
 
const ArgType & arg () const
 
EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 

Member Typedef Documentation

◆ Base

template<typename ArgType >
typedef dense_xpr_base<EvalToTemp>::type Eigen::internal::EvalToTemp< ArgType >::Base

Constructor & Destructor Documentation

◆ EvalToTemp()

template<typename ArgType >
Eigen::internal::EvalToTemp< ArgType >::EvalToTemp ( const ArgType &  arg)
inlineexplicit

Member Function Documentation

◆ arg()

template<typename ArgType >
const ArgType & Eigen::internal::EvalToTemp< ArgType >::arg ( ) const
inline

◆ cols()

template<typename ArgType >
EIGEN_CONSTEXPR Index Eigen::internal::EvalToTemp< ArgType >::cols ( void  ) const
inline

◆ rows()

template<typename ArgType >
EIGEN_CONSTEXPR Index Eigen::internal::EvalToTemp< ArgType >::rows ( void  ) const
inline

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