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

Public Member Functions

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

Private Attributes

max
 

Detailed Description

template<typename R>
class norm_accumulator_inf< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_inf()

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

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

Member Function Documentation

◆ accum()

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

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

References abs(), octave::math::isnan(), max(), norm_accumulator_inf< R >::max, and NaN.

◆ operator R()

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

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

References norm_accumulator_inf< R >::max.

Member Data Documentation

◆ max

template<typename R >
R norm_accumulator_inf< R >::max
private

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