casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
ArrayPartMath.h File Reference
#include <casacore/casa/aips.h>
#include <casacore/casa/Arrays/ArrayMath.h>
#include <casacore/casa/Arrays/ArrayMathBase.h>
#include <casacore/casa/Arrays/ArrayPartMath.tcc>

Go to the source code of this file.

Classes

struct  casacore::ArrayPartMath_global_functions_Array_partial_operations
 Mathematical and logical operations for Array parts. More...
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::SumFunc< T >
 Define functors to perform a reduction function on an Array object. More...
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::SumSqrFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::ProductFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MinFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MaxFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MeanFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::AvdevFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::RmsFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterHexileRangeFunc< T >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterQuartileRangeFunc< T >
 

Namespaces

 casacore
 For temporary backward namespace compatibility, use casa as alias for casacore.
 

Functions

void casacore::fillBoxedShape (const IPosition &shape, const IPosition &boxShape, IPosition &fullBoxShape, IPosition &resultShape)
 Helper functions for boxed and sliding functions. More...
 
Bool casacore::fillSlidingShape (const IPosition &shape, const IPosition &halfBoxSize, IPosition &boxEnd, IPosition &resultShape)
 Determine the box end and shape of result for a sliding operation. More...