Definition at line 229 of file BlasUtil.h.
#include <src/Core/util/BlasUtil.h>
Public Types | |
enum | { IsTransposed = Base::IsTransposed ? 0 : 1 } |
typedef NestedXpr::Scalar | Scalar |
typedef blas_traits< NestedXpr > | Base |
typedef Transpose< NestedXpr > | XprType |
typedef Transpose< typename Base::_ExtractType > | ExtractType |
typedef Transpose< typename Base::_ExtractType > | _ExtractType |
typedef conditional< bool(Base::HasUsableDirectAccess), ExtractType, typename ExtractType::PlainObject > ::type | DirectLinearAccessType |
Static Public Member Functions | |
static const ExtractType | extract (const XprType &x) |
static Scalar | extractScalarFactor (const XprType &x) |
typedef Transpose<typename Base::_ExtractType> internal::blas_traits< Transpose< NestedXpr > >::_ExtractType |
Reimplemented from internal::blas_traits< NestedXpr >.
Definition at line 236 of file BlasUtil.h.
typedef blas_traits<NestedXpr> internal::blas_traits< Transpose< NestedXpr > >::Base |
Definition at line 233 of file BlasUtil.h.
typedef conditional<bool(Base::HasUsableDirectAccess), ExtractType, typename ExtractType::PlainObject >::type internal::blas_traits< Transpose< NestedXpr > >::DirectLinearAccessType |
Reimplemented from internal::blas_traits< NestedXpr >.
Definition at line 240 of file BlasUtil.h.
typedef Transpose<typename Base::_ExtractType> internal::blas_traits< Transpose< NestedXpr > >::ExtractType |
Reimplemented from internal::blas_traits< NestedXpr >.
Definition at line 235 of file BlasUtil.h.
typedef NestedXpr::Scalar internal::blas_traits< Transpose< NestedXpr > >::Scalar |
Reimplemented from internal::blas_traits< NestedXpr >.
Definition at line 232 of file BlasUtil.h.
typedef Transpose<NestedXpr> internal::blas_traits< Transpose< NestedXpr > >::XprType |
Definition at line 234 of file BlasUtil.h.
anonymous enum |
Definition at line 241 of file BlasUtil.h.
static const ExtractType internal::blas_traits< Transpose< NestedXpr > >::extract | ( | const XprType & | x | ) | [inline, static] |
Definition at line 244 of file BlasUtil.h.
References internal::blas_traits< XprType >::extract(), and Transpose< MatrixType >::nestedExpression().
static Scalar internal::blas_traits< Transpose< NestedXpr > >::extractScalarFactor | ( | const XprType & | x | ) | [inline, static] |
Definition at line 245 of file BlasUtil.h.
References internal::blas_traits< XprType >::extractScalarFactor(), and Transpose< MatrixType >::nestedExpression().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |