GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
norm_accumulator_mp< R > Class Template Reference
Collaboration diagram for norm_accumulator_mp< R >:

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 99 of file oct-norm.cc.

Constructor & Destructor Documentation

◆ norm_accumulator_mp() [1/2]

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

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

◆ norm_accumulator_mp() [2/2]

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

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

Member Function Documentation

◆ accum()

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

◆ operator R()

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

Member Data Documentation

◆ p

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

◆ scl

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

◆ sum

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

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