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

Public Member Functions

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

Private Attributes

m_sum
 

Detailed Description

template<typename R>
class norm_accumulator_1< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_1()

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

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

Member Function Documentation

◆ accum()

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

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

References abs(), and norm_accumulator_1< R >::m_sum.

◆ operator R()

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

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

References norm_accumulator_1< R >::m_sum.

Member Data Documentation

◆ m_sum

template<typename R >
R norm_accumulator_1< R >::m_sum
private

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