Public Member Functions | Private Attributes

norm_accumulator_1< R > Class Template Reference

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

List of all members.

Public Member Functions

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

Private Attributes

sum

Detailed Description

template<class R>
class norm_accumulator_1< R >

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

References abs(), and norm_accumulator_1< R >::sum.

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

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

References norm_accumulator_1< R >::sum.


Member Data Documentation

template<class R >
R norm_accumulator_1< R >::sum [private]

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