Feel++ 0.91.0
Public Types | Static Public Member Functions | Static Public Attributes

boost::numeric::ublas::type_traits< qd_real > Struct Template Reference

List of all members.

Public Types

typedef type_traits< qd_real > self_type
typedef qd_real value_type
typedef const value_type & const_reference
typedef value_type & reference
typedef value_type real_type
typedef qd_real precision_type

Static Public Member Functions

static BOOST_UBLAS_INLINE real_type real (const_reference t)
static BOOST_UBLAS_INLINE real_type imag (const_reference)
static BOOST_UBLAS_INLINE
value_type 
conj (const_reference t)
static BOOST_UBLAS_INLINE real_type abs (const_reference t)
static BOOST_UBLAS_INLINE
value_type 
sqrt (const_reference t)
static BOOST_UBLAS_INLINE
value_type 
type_sqrt (const_reference t)
static BOOST_UBLAS_INLINE real_type norm_1 (const_reference t)
static BOOST_UBLAS_INLINE real_type norm_2 (const_reference t)
static BOOST_UBLAS_INLINE real_type norm_inf (const_reference t)
static BOOST_UBLAS_INLINE bool equals (const_reference t1, const_reference t2)

Static Public Attributes

static const unsigned plus_complexity = 1
static const unsigned multiplies_complexity = 1

template<>
struct boost::numeric::ublas::type_traits< qd_real >