GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
norm_accumulator_p< R > Class Template Reference
Collaboration diagram for norm_accumulator_p< R >:

Public Member Functions

 norm_accumulator_p ()
 
 norm_accumulator_p (R pp)
 
template<typename U >
void accum (U val)
 
 operator R ()
 

Private Attributes

p
 
scl
 
sum
 

Detailed Description

template<typename R>
class norm_accumulator_p< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_p() [1/2]

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

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

◆ norm_accumulator_p() [2/2]

template<typename R >
norm_accumulator_p< R >::norm_accumulator_p ( pp)
inline

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

Member Function Documentation

◆ accum()

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

◆ operator R()

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

Member Data Documentation

◆ p

template<typename R >
R norm_accumulator_p< R >::p
private

◆ scl

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

◆ sum

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

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