Public Member Functions | Private Attributes

norm_accumulator_inf< R > Class Template Reference

Collaboration diagram for norm_accumulator_inf< R >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 norm_accumulator_inf ()
template<class U >
void accum (U val)
 operator R ()

Private Attributes

max

Detailed Description

template<class R>
class norm_accumulator_inf< R >

Definition at line 171 of file oct-norm.cc.


Constructor & Destructor Documentation

template<class R >
norm_accumulator_inf< R >::norm_accumulator_inf (  )  [inline]

Definition at line 175 of file oct-norm.cc.


Member Function Documentation

template<class R >
template<class U >
void norm_accumulator_inf< R >::accum ( val  )  [inline]

Definition at line 177 of file oct-norm.cc.

References abs(), and norm_accumulator_inf< R >::max.

template<class R >
norm_accumulator_inf< R >::operator R (  )  [inline]

Definition at line 181 of file oct-norm.cc.

References norm_accumulator_inf< R >::max.


Member Data Documentation

template<class R >
R norm_accumulator_inf< R >::max [private]

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