Public Member Functions | |
norm_accumulator_mp () | |
norm_accumulator_mp (R pp) | |
template<class U > | |
void | accum (U val) |
operator R () | |
Private Attributes | |
R | p |
R | scl |
R | sum |
Definition at line 95 of file oct-norm.cc.
norm_accumulator_mp< R >::norm_accumulator_mp | ( | ) | [inline] |
Definition at line 99 of file oct-norm.cc.
norm_accumulator_mp< R >::norm_accumulator_mp | ( | R | pp | ) | [inline] |
Definition at line 100 of file oct-norm.cc.
Definition at line 103 of file oct-norm.cc.
References abs(), norm_accumulator_mp< R >::p, pow(), norm_accumulator_mp< R >::scl, and norm_accumulator_mp< R >::sum.
norm_accumulator_mp< R >::operator R | ( | ) | [inline] |
Definition at line 118 of file oct-norm.cc.
References norm_accumulator_mp< R >::p, pow(), norm_accumulator_mp< R >::scl, and norm_accumulator_mp< R >::sum.
R norm_accumulator_mp< R >::p [private] |
Definition at line 97 of file oct-norm.cc.
Referenced by norm_accumulator_mp< R >::accum(), and norm_accumulator_mp< R >::operator R().
R norm_accumulator_mp< R >::scl [private] |
Definition at line 97 of file oct-norm.cc.
Referenced by norm_accumulator_mp< R >::accum(), and norm_accumulator_mp< R >::operator R().
R norm_accumulator_mp< R >::sum [private] |
Definition at line 97 of file oct-norm.cc.
Referenced by norm_accumulator_mp< R >::accum(), and norm_accumulator_mp< R >::operator R().