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_DEVICE_FUNC EIGEN_STRONG_INLINE Tupleoperator= (const Tuple &rhs)
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void swap (Tuple &rhs)
 
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple ()
 
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple (const U &f, const V &s)
 

Public Attributes

first
 
second
 

Detailed Description

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

Definition at line 110 of file TensorMeta.h.

Member Typedef Documentation

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

Definition at line 115 of file TensorMeta.h.

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

Definition at line 116 of file TensorMeta.h.

Constructor & Destructor Documentation

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

Definition at line 119 of file TensorMeta.h.

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

Definition at line 122 of file TensorMeta.h.

Member Function Documentation

template<typename U, typename V>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple& Eigen::Tuple< U, V >::operator= ( const Tuple< U, V > &  rhs)
inline

Definition at line 125 of file TensorMeta.h.

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

Definition at line 133 of file TensorMeta.h.

Member Data Documentation

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

Definition at line 112 of file TensorMeta.h.

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

Definition at line 113 of file TensorMeta.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:27