Public Member Functions | |
norm_accumulator_1 () | |
template<class U > | |
void | accum (U val) |
operator R () | |
Private Attributes | |
R | sum |
Definition at line 156 of file oct-norm.cc.
norm_accumulator_1< R >::norm_accumulator_1 | ( | ) | [inline] |
Definition at line 160 of file oct-norm.cc.
Definition at line 162 of file oct-norm.cc.
References abs(), and norm_accumulator_1< R >::sum.
norm_accumulator_1< R >::operator R | ( | ) | [inline] |
Definition at line 166 of file oct-norm.cc.
References norm_accumulator_1< R >::sum.
R norm_accumulator_1< R >::sum [private] |
Definition at line 158 of file oct-norm.cc.
Referenced by norm_accumulator_1< R >::accum(), and norm_accumulator_1< R >::operator R().