compbio
|
Public Types | |
typedef U | first_type |
typedef V | second_type |
Public Member Functions | |
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | Tuple (const U &f, const V &s) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tuple & | operator= (const Tuple &rhs) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | swap (Tuple &rhs) |
Public Attributes | |
U | first |
V | second |