Public Member Functions | Private Attributes

norm_accumulator_mp< R > Class Template Reference

Collaboration diagram for norm_accumulator_mp< R >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

p
scl
sum

Detailed Description

template<class R>
class norm_accumulator_mp< R >

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


Constructor & Destructor Documentation

template<class R >
norm_accumulator_mp< R >::norm_accumulator_mp (  )  [inline]

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

template<class R >
norm_accumulator_mp< R >::norm_accumulator_mp ( pp  )  [inline]

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


Member Function Documentation

template<class R >
template<class U >
void norm_accumulator_mp< R >::accum ( val  )  [inline]
template<class R >
norm_accumulator_mp< R >::operator R (  )  [inline]

Member Data Documentation

template<class R >
R norm_accumulator_mp< R >::p [private]
template<class R >
R norm_accumulator_mp< R >::scl [private]
template<class R >
R norm_accumulator_mp< R >::sum [private]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines