GNU Octave  8.1.0
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

m_p
 
m_scl
 
m_sum
 

Detailed Description

template<typename R>
class norm_accumulator_p< R >

Definition at line 75 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 78 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 79 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

◆ m_p

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

◆ m_scl

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

◆ m_sum

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

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