TensorMeta.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::Cond< cond >
 
struct  Eigen::max_n_1< n >
 
struct  Eigen::max_n_1< 0 >
 
struct  Eigen::PacketType< Scalar, Device >
 
struct  Eigen::Pair< U, V >
 
struct  Eigen::IndexPair< Idx >
 
struct  Eigen::internal::is_base_of< B, D >
 
struct  Eigen::internal::is_base_of< B, D >::Host< BB, DD >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Functions

template<typename T1 , typename T2 >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const T1 & Eigen::choose (Cond< true >, const T1 &first, const T2 &)
 
template<typename T1 , typename T2 >
EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const T2 & Eigen::choose (Cond< false >, const T1 &, const T2 &second)
 
template<typename T >
EIGEN_DEPRECATED EIGEN_DEVICE_FUNC constexpr EIGEN_ALWAYS_INLINE T Eigen::divup (const T x, const T y)
 
template<typename U , typename V >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::operator== (const Pair< U, V > &x, const Pair< U, V > &y)
 
template<typename U , typename V >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::operator!= (const Pair< U, V > &x, const Pair< U, V > &y)
 
template<typename IndexType , typename Index , Index First, Index... Is>
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, 1+sizeof...(Is)> Eigen::internal::customIndices2Array (IndexType &idx, numeric_list< Index, First, Is... >)
 
template<typename IndexType , typename Index >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, 0 > Eigen::internal::customIndices2Array (IndexType &, numeric_list< Index >)
 
template<typename Index , std::size_t NumIndices, typename IndexType >
EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, NumIndices > Eigen::internal::customIndices2Array (IndexType &idx)