Public Member Functions | |
norm_accumulator_p () | |
norm_accumulator_p (R pp) | |
template<class U > | |
void | accum (U val) |
operator R () | |
Private Attributes | |
R | p |
R | scl |
R | sum |
Definition at line 67 of file oct-norm.cc.
norm_accumulator_p< R >::norm_accumulator_p | ( | ) | [inline] |
Definition at line 71 of file oct-norm.cc.
norm_accumulator_p< R >::norm_accumulator_p | ( | R | pp | ) | [inline] |
Definition at line 72 of file oct-norm.cc.
Definition at line 75 of file oct-norm.cc.
References abs(), norm_accumulator_p< R >::p, pow(), norm_accumulator_p< R >::scl, and norm_accumulator_p< R >::sum.
norm_accumulator_p< R >::operator R | ( | ) | [inline] |
Definition at line 90 of file oct-norm.cc.
References norm_accumulator_p< R >::p, pow(), norm_accumulator_p< R >::scl, and norm_accumulator_p< R >::sum.
R norm_accumulator_p< R >::p [private] |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().
R norm_accumulator_p< R >::scl [private] |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().
R norm_accumulator_p< R >::sum [private] |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().