Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::blas_traits< Transpose< NestedXpr > > Struct Template Reference
+ Inheritance diagram for Eigen::internal::blas_traits< Transpose< NestedXpr > >:
+ Collaboration diagram for Eigen::internal::blas_traits< Transpose< NestedXpr > >:

Public Types

enum  { IsTransposed = Base::IsTransposed ? 0 : 1 }
 
typedef NestedXpr::Scalar Scalar
 
typedef blas_traits< NestedXpr > Base
 
typedef Transpose< NestedXpr > XprType
 
typedef Transpose< const typename Base::_ExtractType > ExtractType
 
typedef Transpose< const typename Base::_ExtractType > _ExtractType
 
typedef conditional< bool(Base::HasUsableDirectAccess), ExtractType, typename ExtractType::PlainObject >::type DirectLinearAccessType
 
- Public Types inherited from Eigen::internal::blas_traits< NestedXpr >
enum  
 
typedef traits< NestedXpr >::Scalar Scalar
 
typedef const NestedXpr & ExtractType
 
typedef NestedXpr _ExtractType
 
typedef conditional< bool(HasUsableDirectAccess), ExtractType, typename _ExtractType::PlainObject >::type DirectLinearAccessType
 

Static Public Member Functions

static ExtractType extract (const XprType &x)
 
static Scalar extractScalarFactor (const XprType &x)
 
- Static Public Member Functions inherited from Eigen::internal::blas_traits< NestedXpr >
static ExtractType extract (const NestedXpr &x)
 
static const Scalar extractScalarFactor (const NestedXpr &)
 

Detailed Description

template<typename NestedXpr>
struct Eigen::internal::blas_traits< Transpose< NestedXpr > >

Definition at line 218 of file BlasUtil.h.


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