#include <TensorMeta.h>
Public Types | |
| typedef U | first_type |
| typedef V | second_type |
Public Member Functions | |
| 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 211 of file TensorMeta.h.
| typedef U Eigen::Tuple< U, V >::first_type |
Definition at line 216 of file TensorMeta.h.
| typedef V Eigen::Tuple< U, V >::second_type |
Definition at line 217 of file TensorMeta.h.
|
inline |
Definition at line 220 of file TensorMeta.h.
|
inline |
Definition at line 223 of file TensorMeta.h.
|
inline |
Definition at line 226 of file TensorMeta.h.
| U Eigen::Tuple< U, V >::first |
Definition at line 213 of file TensorMeta.h.
| V Eigen::Tuple< U, V >::second |
Definition at line 214 of file TensorMeta.h.