Public Member Functions | |
norm_accumulator_2 () | |
void | accum (R val) |
void | accum (std::complex< R > val) |
operator R () | |
Static Private Member Functions | |
static R | pow2 (R x) |
Private Attributes | |
R | scl |
R | sum |
Definition at line 128 of file oct-norm.cc.
|
inline |
Definition at line 133 of file oct-norm.cc.
|
inline |
Definition at line 135 of file oct-norm.cc.
References abs(), norm_accumulator_2< R >::pow2(), norm_accumulator_2< R >::scl, and norm_accumulator_2< R >::sum.
Referenced by norm_accumulator_2< R >::accum(), and array_norm_2().
|
inline |
Definition at line 150 of file oct-norm.cc.
References norm_accumulator_2< R >::accum().
|
inline |
Definition at line 156 of file oct-norm.cc.
References norm_accumulator_2< R >::scl, and norm_accumulator_2< R >::sum.
|
inlinestaticprivate |
Definition at line 131 of file oct-norm.cc.
References x.
Referenced by norm_accumulator_2< R >::accum().
|
private |
Definition at line 130 of file oct-norm.cc.
Referenced by norm_accumulator_2< R >::accum(), and norm_accumulator_2< R >::operator R().
|
private |
Definition at line 130 of file oct-norm.cc.
Referenced by norm_accumulator_2< R >::accum(), and norm_accumulator_2< R >::operator R().