Public Types | Static Public Attributes | List of all members
Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > > Struct Template Reference

#include <TensorCustomOp.h>

Public Types

typedef remove_reference< LhsNested >::type _LhsNested
 
typedef remove_reference< RhsNested >::type _RhsNested
 
typedef internal::promote_storage_type< typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType >::ret CoeffReturnType
 
typedef promote_index_type< typename traits< LhsXprType >::Index, typename traits< RhsXprType >::Index >::type Index
 
typedef LhsXprType::Nested LhsNested
 
typedef RhsXprType::Nested RhsNested
 
typedef internal::promote_storage_type< typename LhsXprType::Scalar, typename RhsXprType::Scalar >::ret Scalar
 
typedef promote_storage_type< typename traits< LhsXprType >::StorageKind, typename traits< RhsXprType >::StorageKind >::ret StorageKind
 

Static Public Attributes

static const int Layout = traits<LhsXprType>::Layout
 
static const int NumDimensions = traits<LhsXprType>::NumDimensions
 

Detailed Description

template<typename CustomBinaryFunc, typename LhsXprType, typename RhsXprType>
struct Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >

Definition at line 167 of file TensorCustomOp.h.

Member Typedef Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef remove_reference<LhsNested>::type Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::_LhsNested

Definition at line 179 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef remove_reference<RhsNested>::type Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::_RhsNested

Definition at line 180 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef internal::promote_storage_type<typename LhsXprType::CoeffReturnType, typename RhsXprType::CoeffReturnType>::ret Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::CoeffReturnType

Definition at line 172 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef promote_index_type<typename traits<LhsXprType>::Index, typename traits<RhsXprType>::Index>::type Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::Index

Definition at line 176 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef LhsXprType::Nested Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::LhsNested

Definition at line 177 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef RhsXprType::Nested Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::RhsNested

Definition at line 178 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef internal::promote_storage_type<typename LhsXprType::Scalar, typename RhsXprType::Scalar>::ret Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::Scalar

Definition at line 170 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
typedef promote_storage_type<typename traits<LhsXprType>::StorageKind, typename traits<RhsXprType>::StorageKind>::ret Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::StorageKind

Definition at line 174 of file TensorCustomOp.h.

Member Data Documentation

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
const int Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::Layout = traits<LhsXprType>::Layout
static

Definition at line 182 of file TensorCustomOp.h.

template<typename CustomBinaryFunc , typename LhsXprType , typename RhsXprType >
const int Eigen::internal::traits< TensorCustomBinaryOp< CustomBinaryFunc, LhsXprType, RhsXprType > >::NumDimensions = traits<LhsXprType>::NumDimensions
static

Definition at line 181 of file TensorCustomOp.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:52