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 | m_scl |
R | m_sum |
Definition at line 137 of file oct-norm.cc.
|
inline |
Definition at line 140 of file oct-norm.cc.
|
inline |
Definition at line 142 of file oct-norm.cc.
References abs(), norm_accumulator_2< R >::m_scl, norm_accumulator_2< R >::m_sum, and norm_accumulator_2< R >::pow2().
Referenced by norm_accumulator_2< R >::accum(), and array_norm_2().
|
inline |
Definition at line 157 of file oct-norm.cc.
References norm_accumulator_2< R >::accum().
|
inline |
Definition at line 163 of file oct-norm.cc.
References norm_accumulator_2< R >::m_scl, and norm_accumulator_2< R >::m_sum.
|
inlinestaticprivate |
Definition at line 166 of file oct-norm.cc.
References x.
Referenced by norm_accumulator_2< R >::accum().
|
private |
Definition at line 170 of file oct-norm.cc.
Referenced by norm_accumulator_2< R >::accum(), and norm_accumulator_2< R >::operator R().
|
private |
Definition at line 170 of file oct-norm.cc.
Referenced by norm_accumulator_2< R >::accum(), and norm_accumulator_2< R >::operator R().