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 XprType _ExtractType
typedef conditional< bool(HasUsableDirectAccess),
ExtractType, typename
_ExtractType::PlainObject >
::type 
DirectLinearAccessType
typedef const XprType & ExtractType
typedef traits< XprType >::Scalar Scalar

Static Public Member Functions

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

Detailed Description

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

Definition at line 160 of file BlasUtil.h.


Member Typedef Documentation

template<typename XprType>
typedef XprType internal::blas_traits< XprType >::_ExtractType

Reimplemented in internal::blas_traits< Transpose< NestedXpr > >.

Definition at line 164 of file BlasUtil.h.

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

Reimplemented in internal::blas_traits< Transpose< NestedXpr > >.

Definition at line 177 of file BlasUtil.h.

template<typename XprType>
typedef const XprType& internal::blas_traits< XprType >::ExtractType
template<typename XprType>
typedef traits<XprType>::Scalar internal::blas_traits< XprType >::Scalar

Reimplemented in internal::blas_traits< Transpose< NestedXpr > >.

Definition at line 162 of file BlasUtil.h.


Member Enumeration Documentation

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

Definition at line 165 of file BlasUtil.h.


Member Function Documentation

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

Definition at line 178 of file BlasUtil.h.

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

Definition at line 179 of file BlasUtil.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:31