Public Types | Static Public Member Functions
Eigen::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 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.


Member Typedef Documentation

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

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

Definition at line 155 of file BlasUtil.h.

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

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

Definition at line 168 of file BlasUtil.h.

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

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

Definition at line 153 of file BlasUtil.h.


Member Enumeration Documentation

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

Definition at line 156 of file BlasUtil.h.


Member Function Documentation

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

Definition at line 169 of file BlasUtil.h.

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

Definition at line 170 of file BlasUtil.h.


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


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:12:59