TR-mbed 1.0
Loading...
Searching...
No Matches
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
 

Constructor & Destructor Documentation

◆ IndexPair() [1/2]

◆ IndexPair() [2/2]

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

Member Function Documentation

◆ set()

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

Member Data Documentation

◆ first

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

◆ second

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

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