Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::blas_traits< XprType > Struct Template Reference

Public Types

enum  { IsComplex = NumTraits<Scalar>::IsComplex, IsTransposed = false, NeedToConjugate = false, HasUsableDirectAccess }
 
typedef traits< XprType >::Scalar Scalar
 
typedef const XprType & ExtractType
 
typedef XprType _ExtractType
 
typedef conditional< bool(HasUsableDirectAccess), ExtractType, typename _ExtractType::PlainObject >::type DirectLinearAccessType
 

Static Public Member Functions

static ExtractType extract (const XprType &x)
 
static const Scalar extractScalarFactor (const XprType &)
 

Detailed Description

template<typename XprType>
struct Eigen::internal::blas_traits< XprType >

Definition at line 151 of file BlasUtil.h.


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