#include <TensorMeta.h>
Public Types | |
typedef U | first_type |
typedef V | second_type |
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple & | operator= (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 | |
U | first |
V | second |
Definition at line 110 of file TensorMeta.h.
typedef U Eigen::Tuple< U, V >::first_type |
Definition at line 115 of file TensorMeta.h.
typedef V Eigen::Tuple< U, V >::second_type |
Definition at line 116 of file TensorMeta.h.
|
inline |
Definition at line 119 of file TensorMeta.h.
|
inline |
Definition at line 122 of file TensorMeta.h.
|
inline |
Definition at line 125 of file TensorMeta.h.
|
inline |
Definition at line 133 of file TensorMeta.h.
U Eigen::Tuple< U, V >::first |
Definition at line 112 of file TensorMeta.h.
V Eigen::Tuple< U, V >::second |
Definition at line 113 of file TensorMeta.h.