TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::Tuple< U, V > Struct Template Reference

#include <TensorMeta.h>

Public Types

typedef U first_type
 
typedef V second_type
 

Public Member Functions

EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple ()
 
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple (const U &f, const V &s)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void swap (Tuple &rhs)
 

Public Attributes

first
 
V second
 

Member Typedef Documentation

◆ first_type

template<typename U , typename V >
typedef U Eigen::Tuple< U, V >::first_type

◆ second_type

template<typename U , typename V >
typedef V Eigen::Tuple< U, V >::second_type

Constructor & Destructor Documentation

◆ Tuple() [1/2]

template<typename U , typename V >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::Tuple< U, V >::Tuple ( )
inline

◆ Tuple() [2/2]

template<typename U , typename V >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::Tuple< U, V >::Tuple ( const U &  f,
const V s 
)
inline

Member Function Documentation

◆ swap()

template<typename U , typename V >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::Tuple< U, V >::swap ( Tuple< U, V > &  rhs)
inline

Member Data Documentation

◆ first

template<typename U , typename V >
U Eigen::Tuple< U, V >::first

◆ second

template<typename U , typename V >
V Eigen::Tuple< U, V >::second

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