#include <BlasUtil.h>
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 &) |
Definition at line 160 of file BlasUtil.h.
typedef XprType internal::blas_traits< XprType >::_ExtractType |
Reimplemented in internal::blas_traits< Transpose< NestedXpr > >.
Definition at line 164 of file BlasUtil.h.
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.
typedef const XprType& internal::blas_traits< XprType >::ExtractType |
Reimplemented in internal::blas_traits< Transpose< NestedXpr > >, internal::blas_traits< CwiseUnaryOp< scalar_opposite_op< Scalar >, NestedXpr > >, internal::blas_traits< CwiseUnaryOp< scalar_multiple_op< Scalar >, NestedXpr > >, and internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >.
Definition at line 163 of file BlasUtil.h.
typedef traits<XprType>::Scalar internal::blas_traits< XprType >::Scalar |
Reimplemented in internal::blas_traits< Transpose< NestedXpr > >.
Definition at line 162 of file BlasUtil.h.
anonymous enum |
Definition at line 165 of file BlasUtil.h.
static const ExtractType internal::blas_traits< XprType >::extract | ( | const XprType & | x | ) | [inline, static] |
Definition at line 178 of file BlasUtil.h.
static const Scalar internal::blas_traits< XprType >::extractScalarFactor | ( | const XprType & | ) | [inline, static] |
Definition at line 179 of file BlasUtil.h.