casacore
Public Member Functions | Private Attributes | List of all members
casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc > Class Template Reference

#include <ArrayPartMath.h>

Public Member Functions

 VarianceFunc (size_t ddof)
 
virtual ~VarianceFunc ()
 
virtual T operator() (const Array< T, Alloc > &arr) const final override
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T, RES >
virtual ~ArrayFunctorBase ()
 
virtual RES operator() (const Array< T > &) const =0
 

Private Attributes

size_t itsDdof
 

Detailed Description

template<typename T, typename Alloc = std::allocator<T>>
class casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >

Definition at line 221 of file ArrayPartMath.h.

Constructor & Destructor Documentation

◆ VarianceFunc()

template<typename T , typename Alloc = std::allocator<T>>
casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >::VarianceFunc ( size_t  ddof)
inlineexplicit

Definition at line 223 of file ArrayPartMath.h.

◆ ~VarianceFunc()

template<typename T , typename Alloc = std::allocator<T>>
virtual casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >::~VarianceFunc ( )
inlinevirtual

Definition at line 225 of file ArrayPartMath.h.

Member Function Documentation

◆ operator()()

template<typename T , typename Alloc = std::allocator<T>>
virtual T casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >::operator() ( const Array< T, Alloc > &  arr) const
inlinefinaloverridevirtual

Member Data Documentation

◆ itsDdof

template<typename T , typename Alloc = std::allocator<T>>
size_t casacore::ArrayPartMath_global_functions_Array_partial_operations::VarianceFunc< T, Alloc >::itsDdof
private

The documentation for this class was generated from the following file: