GNU Octave  8.1.0
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

m_p
 
m_scl
 
m_sum
 

Detailed Description

template<typename R>
class norm_accumulator_mp< R >

Definition at line 106 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 109 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 110 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

◆ m_p

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

◆ m_scl

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

◆ m_sum

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

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