Public Member Functions | Public Attributes | List of all members
Eigen::IndexPair< Idx > Struct Template Reference

#include <TensorMeta.h>

Public Member Functions

EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE IndexPair ()
 
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE IndexPair (Idx f, Idx s)
 
EIGEN_DEVICE_FUNC void set (IndexPair< Idx > val)
 

Public Attributes

Idx first
 
Idx second
 

Detailed Description

template<typename Idx>
struct Eigen::IndexPair< Idx >

Definition at line 154 of file TensorMeta.h.

Constructor & Destructor Documentation

template<typename Idx>
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::IndexPair< Idx >::IndexPair ( )
inline

Definition at line 155 of file TensorMeta.h.

template<typename Idx>
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Eigen::IndexPair< Idx >::IndexPair ( Idx  f,
Idx  s 
)
inline

Definition at line 156 of file TensorMeta.h.

Member Function Documentation

template<typename Idx>
EIGEN_DEVICE_FUNC void Eigen::IndexPair< Idx >::set ( IndexPair< Idx >  val)
inline

Definition at line 158 of file TensorMeta.h.

Member Data Documentation

template<typename Idx>
Idx Eigen::IndexPair< Idx >::first

Definition at line 163 of file TensorMeta.h.

template<typename Idx>
Idx Eigen::IndexPair< Idx >::second

Definition at line 164 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:05