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_p< R > Class Template Reference
Collaboration diagram for norm_accumulator_p< R >:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

p
 
scl
 
sum
 

Detailed Description

template<class R>
class norm_accumulator_p< R >

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

Constructor & Destructor Documentation

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

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

template<class R >
norm_accumulator_p< R >::norm_accumulator_p ( pp)
inline

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

Member Function Documentation

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

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

References abs(), and pow().

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

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

References pow().

Member Data Documentation

template<class R >
R norm_accumulator_p< R >::p
private

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

template<class R >
R norm_accumulator_p< R >::scl
private

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

template<class R >
R norm_accumulator_p< R >::sum
private

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


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