casacore
|
Functor to add squared diff of right and base value to left. More...
#include <Functors.h>
Public Member Functions | |
SumSqrDiff (T base) | |
Accum | operator() (Accum left, T right) const |
Private Attributes | |
Accum | itsBase |
Functor to add squared diff of right and base value to left.
It can be used to calculate the standard deviation.
Definition at line 596 of file Functors.h.
|
inlineexplicit |
Definition at line 598 of file Functors.h.
|
inline |
Definition at line 599 of file Functors.h.
|
private |
Definition at line 602 of file Functors.h.