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

Public Member Functions

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

Private Attributes

unsigned int m_num
 

Detailed Description

template<typename R>
class norm_accumulator_0< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_0()

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

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

Member Function Documentation

◆ accum()

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

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

References norm_accumulator_0< R >::m_num.

◆ operator R()

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

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

References norm_accumulator_0< R >::m_num.

Member Data Documentation

◆ m_num

template<typename R >
unsigned int norm_accumulator_0< R >::m_num
private

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