RMS is the square root of the Energy. More...
#include <BasicOps.hxx>
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. |
RMS is the square root of the Energy.
Definition at line 500 of file BasicOps.hxx.
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.
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.
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.
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.