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

Public Member Functions

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

Private Attributes

p
 
scl
 
sum
 

Detailed Description

template<typename R>
class norm_accumulator_mp< R >

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

Constructor & Destructor Documentation

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

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

template<typename R >
norm_accumulator_mp< R >::norm_accumulator_mp ( pp)
inline

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

Member Function Documentation

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

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

References abs(), pow(), and t.

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

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

References pow().

Member Data Documentation

template<typename R >
R norm_accumulator_mp< R >::p
private

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

template<typename R >
R norm_accumulator_mp< R >::scl
private

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

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

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


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