Public Types | Static Public Member Functions

internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > > Struct Template Reference

#include <BlasUtil.h>

Inheritance diagram for internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >:
internal::blas_traits< NestedXpr >

List of all members.

Public Types

enum  { IsComplex = NumTraits<Scalar>::IsComplex, NeedToConjugate = Base::NeedToConjugate ? 0 : IsComplex }
typedef blas_traits< NestedXpr > Base
typedef CwiseUnaryOp
< scalar_conjugate_op< Scalar >
, NestedXpr > 
XprType
typedef Base::ExtractType ExtractType

Static Public Member Functions

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

template<typename Scalar, typename NestedXpr>
struct internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >


Member Typedef Documentation

template<typename Scalar , typename NestedXpr >
typedef blas_traits<NestedXpr> internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >::Base
template<typename Scalar , typename NestedXpr >
typedef Base::ExtractType internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >::ExtractType
template<typename Scalar , typename NestedXpr >
typedef CwiseUnaryOp<scalar_conjugate_op<Scalar>, NestedXpr> internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >::XprType

Member Enumeration Documentation

template<typename Scalar , typename NestedXpr >
anonymous enum
Enumerator:
IsComplex 
NeedToConjugate 

Member Function Documentation

template<typename Scalar , typename NestedXpr >
static const ExtractType internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >::extract ( const XprType x  )  [inline, static]
template<typename Scalar , typename NestedXpr >
static Scalar internal::blas_traits< CwiseUnaryOp< scalar_conjugate_op< Scalar >, NestedXpr > >::extractScalarFactor ( const XprType x  )  [inline, static]

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