SourceForge Logo Tiny Vector Matrix library using Expression Templates Sourceforge Project Page

tvmet::NumericTraits< std::complex< unsigned long > > Struct Template Reference

#include <NumericTraits.h>

List of all members.

template<>
struct tvmet::NumericTraits< std::complex< unsigned long > >


Public Types

enum  { is_complex = true }
enum  { ops_plus = 2, ops_muls = 6 }
 Complexity on operations. More...
typedef unsigned long base_type
typedef std::complex< unsigned
long > 
value_type
typedef std::complex< unsigned
long > 
sum_type
typedef std::complex< long > diff_type
typedef std::complex< float > float_type
typedef std::complex< long > signed_type
typedef NumericTraits< value_typetraits_type
typedef const value_typeargument_type

Static Public Member Functions

static base_type real (argument_type z)
static base_type imag (argument_type z)
static base_type abs (argument_type z)
static value_type sqrt (argument_type z)
static base_type norm_1 (argument_type z)
static base_type norm_2 (argument_type z)
static base_type norm_inf (argument_type z)
static bool equals (argument_type lhs, argument_type rhs)

Member Typedef Documentation

typedef unsigned long tvmet::NumericTraits< std::complex< unsigned long > >::base_type

typedef std::complex<unsigned long> tvmet::NumericTraits< std::complex< unsigned long > >::value_type

typedef std::complex<unsigned long> tvmet::NumericTraits< std::complex< unsigned long > >::sum_type

typedef std::complex<long> tvmet::NumericTraits< std::complex< unsigned long > >::diff_type

typedef std::complex<float> tvmet::NumericTraits< std::complex< unsigned long > >::float_type

typedef std::complex<long> tvmet::NumericTraits< std::complex< unsigned long > >::signed_type

typedef NumericTraits<value_type> tvmet::NumericTraits< std::complex< unsigned long > >::traits_type

typedef const value_type& tvmet::NumericTraits< std::complex< unsigned long > >::argument_type


Member Enumeration Documentation

anonymous enum

Enumerator:
is_complex 

anonymous enum

Complexity on operations.

Enumerator:
ops_plus  Complexity on plus/minus ops.

ops_muls  Complexity on multiplications.


Member Function Documentation

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::real ( argument_type  z  )  [inline, static]

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::imag ( argument_type  z  )  [inline, static]

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::abs ( argument_type  z  )  [inline, static]

static value_type tvmet::NumericTraits< std::complex< unsigned long > >::sqrt ( argument_type  z  )  [inline, static]

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::norm_1 ( argument_type  z  )  [inline, static]

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::norm_2 ( argument_type  z  )  [inline, static]

static base_type tvmet::NumericTraits< std::complex< unsigned long > >::norm_inf ( argument_type  z  )  [inline, static]

static bool tvmet::NumericTraits< std::complex< unsigned long > >::equals ( argument_type  lhs,
argument_type  rhs 
) [inline, static]


Author: