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