GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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.
|
inline |
Definition at line 71 of file oct-norm.cc.
|
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.
|
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.
|
private |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().
|
private |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().
|
private |
Definition at line 69 of file oct-norm.cc.
Referenced by norm_accumulator_p< R >::accum(), and norm_accumulator_p< R >::operator R().