casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
ArrayPartMath.h File Reference
#include "ArrayMath.h"
#include "ArrayMathBase.h"
#include <vector>
#include "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, Alloc >
 Define functors to perform a reduction function on an Array object. More...
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::SumSqrFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::ProductFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MinFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MaxFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MeanFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::StddevFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::AvdevFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::RmsFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MedianFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::MadfmFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::FractileFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterFractileRangeFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterHexileRangeFunc< T, Alloc >
 
class  casacore::ArrayPartMath_global_functions_Array_partial_operations::InterQuartileRangeFunc< T, Alloc >
 

Namespaces

 casacore
 this file contains all the compiler specific defines
 

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...