GNU Octave  4.2.1
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_1< R > Class Template Reference
Collaboration diagram for norm_accumulator_1< R >:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

sum
 

Detailed Description

template<typename R>
class norm_accumulator_1< R >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

References abs().

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

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

References norm_accumulator_1< R >::sum.

Member Data Documentation

template<typename R >
R norm_accumulator_1< R >::sum
private

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

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


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