|
casacore
|
#include <MArrayMath.h>
Public Member Functions | |
| MMedianFunc (Bool sorted=False, Bool takeEvenMean=True, Bool inPlace=False) | |
| virtual | ~MMedianFunc () |
| T | operator() (const MArray< T > &arr) const |
Private Attributes | |
| Bool | itsSorted |
| Bool | itsTakeEvenMean |
| Bool | itsInPlace |
Definition at line 155 of file MArrayMath.h.
|
inlineexplicit |
Definition at line 157 of file MArrayMath.h.
References casacore::False, itsInPlace, itsSorted, itsTakeEvenMean, and casacore::True.
|
inlinevirtual |
Definition at line 160 of file MArrayMath.h.
|
inline |
Definition at line 161 of file MArrayMath.h.
References itsInPlace, itsSorted, itsTakeEvenMean, and casacore::MArrayMath_global_functions_MArray_mathematical_operations::median().
|
private |
Definition at line 166 of file MArrayMath.h.
Referenced by MMedianFunc(), and operator()().
|
private |
Definition at line 164 of file MArrayMath.h.
Referenced by MMedianFunc(), and operator()().
|
private |
Definition at line 165 of file MArrayMath.h.
Referenced by MMedianFunc(), and operator()().