Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::blas_traits< XprType > Struct Template Reference

Detailed Description

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

Definition at line 161 of file Core.

Inheritance diagram for Eigen::internal::blas_traits< XprType >:
Inheritance graph
[legend]

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 &)

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 165 of file Core.

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 178 of file Core.

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 163 of file Core.


Member Enumeration Documentation

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

Definition at line 166 of file Core.


Member Function Documentation

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

Definition at line 179 of file Core.

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

Definition at line 180 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo