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

Public Types | Static Public Member Functions
tvmet::NumericTraits< short unsigned int > Struct Template Reference

#include <NumericTraits.h>

List of all members.

Public Types

enum  { is_complex = false }
enum  { ops_plus = 1, ops_muls = 1 }
 Complexity on operations. More...
typedef short unsigned int value_type
typedef value_type base_type
typedef unsigned long sum_type
typedef int diff_type
typedef float float_type
typedef int signed_type
typedef NumericTraits< value_typetraits_type
typedef value_type argument_type

Static Public Member Functions

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

template<>
struct tvmet::NumericTraits< short unsigned int >


Member Typedef Documentation

typedef value_type tvmet::NumericTraits< short unsigned int >::argument_type
typedef value_type tvmet::NumericTraits< short unsigned int >::base_type
typedef int tvmet::NumericTraits< short unsigned int >::diff_type
typedef float tvmet::NumericTraits< short unsigned int >::float_type
typedef int tvmet::NumericTraits< short unsigned int >::signed_type
typedef unsigned long tvmet::NumericTraits< short unsigned int >::sum_type
typedef NumericTraits<value_type> tvmet::NumericTraits< short unsigned int >::traits_type
typedef short unsigned int tvmet::NumericTraits< short unsigned int >::value_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< short unsigned int >::abs ( argument_type  x) [inline, static]
static bool tvmet::NumericTraits< short unsigned int >::equals ( argument_type  lhs,
argument_type  rhs 
) [inline, static]
static base_type tvmet::NumericTraits< short unsigned int >::imag ( argument_type  ) [inline, static]
static base_type tvmet::NumericTraits< short unsigned int >::norm_1 ( argument_type  x) [inline, static]
static base_type tvmet::NumericTraits< short unsigned int >::norm_2 ( argument_type  x) [inline, static]
static base_type tvmet::NumericTraits< short unsigned int >::norm_inf ( argument_type  x) [inline, static]
static base_type tvmet::NumericTraits< short unsigned int >::real ( argument_type  x) [inline, static]
static value_type tvmet::NumericTraits< short unsigned int >::sqrt ( argument_type  x) [inline, static]
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines

Author: