GNU Octave  3.8.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_0< R > Class Template Reference
Collaboration diagram for norm_accumulator_0< R >:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

unsigned int num

Detailed Description

template<class R>
class norm_accumulator_0< R >

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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

References norm_accumulator_0< R >::num.

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

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

References norm_accumulator_0< R >::num.

Member Data Documentation

template<class R >
unsigned int norm_accumulator_0< R >::num
private

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