Public Types | Static Public Attributes | List of all members
Eigen::internal::traits< TensorLayoutSwapOp< XprType > > Struct Template Reference

#include <TensorLayoutSwap.h>

Inheritance diagram for Eigen::internal::traits< TensorLayoutSwapOp< XprType > >:
Inheritance graph
[legend]

Public Types

typedef remove_reference< Nested >::type _Nested
 
typedef XprTraits::Index Index
 
typedef XprType::Nested Nested
 
typedef XprType::Scalar Scalar
 
typedef XprTraits::StorageKind StorageKind
 
typedef traits< XprType > XprTraits
 

Static Public Attributes

static const int Layout = (traits<XprType>::Layout == ColMajor) ? RowMajor : ColMajor
 
static const int NumDimensions = traits<XprType>::NumDimensions
 

Detailed Description

template<typename XprType>
struct Eigen::internal::traits< TensorLayoutSwapOp< XprType > >

Definition at line 39 of file TensorLayoutSwap.h.

Member Typedef Documentation

template<typename XprType >
typedef remove_reference<Nested>::type Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::_Nested

Definition at line 46 of file TensorLayoutSwap.h.

template<typename XprType >
typedef XprTraits::Index Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::Index

Definition at line 44 of file TensorLayoutSwap.h.

template<typename XprType >
typedef XprType::Nested Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::Nested

Definition at line 45 of file TensorLayoutSwap.h.

template<typename XprType >
typedef XprType::Scalar Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::Scalar

Definition at line 41 of file TensorLayoutSwap.h.

template<typename XprType >
typedef XprTraits::StorageKind Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::StorageKind

Definition at line 43 of file TensorLayoutSwap.h.

template<typename XprType >
typedef traits<XprType> Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::XprTraits

Definition at line 42 of file TensorLayoutSwap.h.

Member Data Documentation

template<typename XprType >
const int Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::Layout = (traits<XprType>::Layout == ColMajor) ? RowMajor : ColMajor
static

Definition at line 48 of file TensorLayoutSwap.h.

template<typename XprType >
const int Eigen::internal::traits< TensorLayoutSwapOp< XprType > >::NumDimensions = traits<XprType>::NumDimensions
static

Definition at line 47 of file TensorLayoutSwap.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