|
casacore
|
#include <ArrayPartMath.h>
Public Member Functions | |
| StddevFunc (size_t ddof) | |
| virtual | ~StddevFunc () |
| virtual T | operator() (const Array< T > &arr) const final override |
| Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES > | |
| virtual | ~ArrayFunctorBase () |
Private Attributes | |
| size_t | itsDdof |
Definition at line 228 of file ArrayPartMath.h.
|
inlineexplicit |
Definition at line 230 of file ArrayPartMath.h.
References itsDdof.
|
inlinevirtual |
Definition at line 232 of file ArrayPartMath.h.
|
inlinefinaloverridevirtual |
Implements casacore::ArrayFunctorBase< T, RES >.
Definition at line 233 of file ArrayPartMath.h.
References itsDdof.
|
private |
Definition at line 235 of file ArrayPartMath.h.
Referenced by operator()(), and StddevFunc().