CLAM-Development  1.4.0
Public Member Functions
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

U operator() (const Array< T > &a, SquaredSumTmpl< false, T > &sqrSum, StaticFalse *useMemory)
 Memoryless Computation using external lower level functors.
U operator() (const Array< T > &a, SquaredSumTmpl< false, T > &sqrSum, StaticTrue *useMemory=NULL)
 Memoryfull Computation using external lower level functors.
U operator() (const Array< T > &a, StaticTrue *useMemory=NULL)
 Memoryfull Computation using internal lower level functors.
U operator() (const Array< T > &a, StaticFalse *useMemory)
 Memoryless Computation using internal lower level functors.
- Public Member Functions inherited from CLAM::BaseMemOp
 BaseMemOp ()
void Reset ()
virtual ~BaseMemOp ()

Additional Inherited Members

- Protected Attributes inherited from CLAM::BaseMemOp
bool alreadyComputed

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,
SquaredSumTmpl< false, T > &  sqrSum,
StaticFalse useMemory 
)
inline

Memoryless Computation using external lower level functors.

Definition at line 504 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,
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,
StaticFalse useMemory 
)
inline

Memoryless Computation using internal lower level functors.

Definition at line 524 of file BasicOps.hxx.


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