GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
norm_accumulator_minf< R > Class Template Reference
Collaboration diagram for norm_accumulator_minf< R >:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

min
 

Detailed Description

template<class R>
class norm_accumulator_minf< R >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

References abs(), and min().

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

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

References norm_accumulator_minf< R >::min.

Member Data Documentation

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

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

Referenced by norm_accumulator_minf< R >::operator R().


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