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

Public Member Functions

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

Private Attributes

m_max
 

Detailed Description

template<typename R>
class octave::norm_accumulator_inf< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_inf()

template<typename R >
octave::norm_accumulator_inf< R >::norm_accumulator_inf ( )
inline

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

Member Function Documentation

◆ accum()

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

◆ operator R()

template<typename R >
octave::norm_accumulator_inf< R >::operator R ( )
inline

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

References octave::norm_accumulator_inf< R >::m_max.

Member Data Documentation

◆ m_max

template<typename R >
R octave::norm_accumulator_inf< R >::m_max
private

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