GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Static Private Member Functions | Private Attributes | List of all members
norm_accumulator_2< R > Class Template Reference
Collaboration diagram for norm_accumulator_2< R >:
Collaboration graph
[legend]

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

scl
 
sum
 

Detailed Description

template<typename R>
class norm_accumulator_2< R >

Definition at line 126 of file oct-norm.cc.

Constructor & Destructor Documentation

template<typename R>
norm_accumulator_2< R >::norm_accumulator_2 ( )
inline

Definition at line 131 of file oct-norm.cc.

Member Function Documentation

template<typename R>
void norm_accumulator_2< R >::accum ( val)
inline

Definition at line 133 of file oct-norm.cc.

References abs(), norm_accumulator_2< R >::pow2(), and t.

Referenced by norm_accumulator_2< R >::accum(), and array_norm_2().

template<typename R>
void norm_accumulator_2< R >::accum ( std::complex< R >  val)
inline

Definition at line 148 of file oct-norm.cc.

References norm_accumulator_2< R >::accum().

template<typename R>
norm_accumulator_2< R >::operator R ( )
inline

Definition at line 154 of file oct-norm.cc.

template<typename R>
static R norm_accumulator_2< R >::pow2 ( x)
inlinestaticprivate

Definition at line 129 of file oct-norm.cc.

References x.

Referenced by norm_accumulator_2< R >::accum().

Member Data Documentation

template<typename R>
R norm_accumulator_2< R >::scl
private

Definition at line 128 of file oct-norm.cc.

template<typename R>
R norm_accumulator_2< R >::sum
private

Definition at line 128 of file oct-norm.cc.


The documentation for this class was generated from the following file: