CLAM-Development
1.4.0
|
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. | |
![]() | |
BaseMemOp () | |
void | Reset () |
virtual | ~BaseMemOp () |
Additional Inherited Members | |
![]() | |
bool | alreadyComputed |
RMS is the square root of the Energy.
Definition at line 500 of file BasicOps.hxx.
|
inline |
Memoryless Computation using external lower level functors.
Definition at line 504 of file BasicOps.hxx.
|
inline |
Memoryfull Computation using external lower level functors.
Definition at line 509 of file BasicOps.hxx.
|
inline |
Memoryfull Computation using internal lower level functors.
Definition at line 519 of file BasicOps.hxx.
|
inline |
Memoryless Computation using internal lower level functors.
Definition at line 524 of file BasicOps.hxx.