Public Types | Static Public Member Functions

internal::blas_traits< XprType > Struct Template Reference

#include <BlasUtil.h>

List of all members.

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 const ExtractType extract (const XprType &x)
static const Scalar extractScalarFactor (const XprType &)

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


Member Typedef Documentation

template<typename XprType>
typedef XprType internal::blas_traits< XprType >::_ExtractType
template<typename XprType>
typedef conditional<bool(HasUsableDirectAccess), ExtractType, typename _ExtractType::PlainObject >::type internal::blas_traits< XprType >::DirectLinearAccessType
template<typename XprType>
typedef const XprType& internal::blas_traits< XprType >::ExtractType
template<typename XprType>
typedef traits<XprType>::Scalar internal::blas_traits< XprType >::Scalar

Member Enumeration Documentation

template<typename XprType>
anonymous enum
Enumerator:
IsComplex 
IsTransposed 
NeedToConjugate 
HasUsableDirectAccess 

Member Function Documentation

template<typename XprType>
static const ExtractType internal::blas_traits< XprType >::extract ( const XprType &  x  )  [inline, static]
template<typename XprType>
static const Scalar internal::blas_traits< XprType >::extractScalarFactor ( const XprType &   )  [inline, static]

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