CLAM::RMSTmpl< T, U > Class Template Reference

RMS is the square root of the Energy. More...

#include <BasicOps.hxx>

List of all members.

Public Member Functions

operator() (const Array< T > &a, SquaredSumTmpl< false, T > &sqrSum, StaticFalse *useMemory)
 Memoryless Computation using external lower level functors.
operator() (const Array< T > &a, SquaredSumTmpl< false, T > &sqrSum, StaticTrue *useMemory=NULL)
 Memoryfull Computation using external lower level functors.
operator() (const Array< T > &a, StaticTrue *useMemory=NULL)
 Memoryfull Computation using internal lower level functors.
operator() (const Array< T > &a, StaticFalse *useMemory)
 Memoryless Computation using internal lower level functors.

Detailed Description

template<class T = TData, class U = TData>
class CLAM::RMSTmpl< T, U >

RMS is the square root of the Energy.

See also:
: Energy

Definition at line 500 of file BasicOps.hxx.


Member Function Documentation

template<class T = TData, class U = TData>
U CLAM::RMSTmpl< T, U >::operator() ( const Array< T > &  a,
StaticFalse useMemory 
) [inline]

Memoryless Computation using internal lower level functors.

Definition at line 524 of file BasicOps.hxx.

template<class T = TData, class U = TData>
U CLAM::RMSTmpl< T, U >::operator() ( const Array< T > &  a,
StaticTrue useMemory = NULL 
) [inline]

Memoryfull Computation using internal lower level functors.

Definition at line 519 of file BasicOps.hxx.

template<class T = TData, class U = TData>
U CLAM::RMSTmpl< T, U >::operator() ( const Array< T > &  a,
SquaredSumTmpl< false, T > &  sqrSum,
StaticTrue useMemory = NULL 
) [inline]

Memoryfull Computation using external lower level functors.

Definition at line 509 of file BasicOps.hxx.

template<class T = TData, class U = TData>
U CLAM::RMSTmpl< T, U >::operator() ( const Array< T > &  a,
SquaredSumTmpl< false, T > &  sqrSum,
StaticFalse useMemory 
) [inline]

Memoryless Computation using external lower level functors.

Definition at line 504 of file BasicOps.hxx.


The documentation for this class was generated from the following file:
Generated by  doxygen 1.6.3