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

Public Member Functions

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

Private Attributes

min
 

Detailed Description

template<typename R>
class norm_accumulator_minf< R >

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

Constructor & Destructor Documentation

◆ norm_accumulator_minf()

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

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

Member Function Documentation

◆ accum()

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

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

References abs(), octave::math::isnan(), norm_accumulator_minf< R >::min, min(), NaN(), and val.

◆ operator R()

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

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

References norm_accumulator_minf< R >::min.

Member Data Documentation

◆ min

template<typename R >
R norm_accumulator_minf< R >::min
private

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