MOAB  4.9.3pre
Eigen::internal::conj_if< false > Struct Template Reference

#include <BlasUtil.h>

List of all members.

Public Member Functions

template<typename T >
const Toperator() (const T &x)
template<typename T >
const Tpconj (const T &x)

Detailed Description

template<>
struct Eigen::internal::conj_if< false >

Definition at line 52 of file BlasUtil.h.


Member Function Documentation

template<typename T >
const T& Eigen::internal::conj_if< false >::operator() ( const T x) [inline]

Definition at line 54 of file BlasUtil.h.

{ return x; }
template<typename T >
const T& Eigen::internal::conj_if< false >::pconj ( const T x) [inline]

Definition at line 56 of file BlasUtil.h.

{ return x; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines