casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
casa::ArrayMath_global_functions_Array_mathematical_operations Member List
This is the complete list of members for casa::ArrayMath_global_functions_Array_mathematical_operations, including all inherited members.
abs(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
acos(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
amplitude(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
amplitude(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
amplitude(Array< Float > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
amplitude(Array< Double > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayContTransform(const Array< L > &left, const Array< R > &right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayContTransform(const Array< L > &left, R right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayContTransform(L left, const Array< R > &right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayContTransform(const Array< T > &arr, Array< RES > &result, UnaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayTransform(const Array< L > &left, const Array< R > &right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransform(const Array< L > &left, R right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransform(L left, const Array< R > &right, Array< RES > &result, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransform(const Array< T > &arr, Array< RES > &result, UnaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransformInPlace(Array< L > &left, const Array< R > &right, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayTransformInPlace(Array< L > &left, R right, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayTransformInPlace(Array< T > &arr, UnaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
arrayTransformResult(const Array< T > &left, const Array< T > &right, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransformResult(const Array< T > &left, T right, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransformResult(T left, const Array< T > &right, BinaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
arrayTransformResult(const Array< T > &arr, UnaryOperator op)casa::ArrayMath_global_functions_Array_mathematical_operations
asin(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
atan(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
atan2(const Array< T > &y, const Array< T > &x)casa::ArrayMath_global_functions_Array_mathematical_operations
atan2(const T &y, const Array< T > &x)casa::ArrayMath_global_functions_Array_mathematical_operations
atan2(const Array< T > &y, const T &x)casa::ArrayMath_global_functions_Array_mathematical_operations
avdev(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
avdev(const Array< T > &a, T mean)casa::ArrayMath_global_functions_Array_mathematical_operations
ceil(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
checkArrayShapes(const ArrayBase &left, const ArrayBase &right, const char *name)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
ComplexToReal(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
ComplexToReal(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
ComplexToReal(Array< Float > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
ComplexToReal(Array< Double > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(Array< Complex > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(Array< DComplex > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(const Matrix< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
conj(const Matrix< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
convertArray(Array< T > &to, const Array< U > &from)casa::ArrayMath_global_functions_Array_mathematical_operations
cos(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
cosh(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
cube(const Array< T > &val)casa::ArrayMath_global_functions_Array_mathematical_operations
exp(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
fabs(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
fabs(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
floor(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
fmod(const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
fmod(const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
fmod(const Array< T > &a, const T &b)casa::ArrayMath_global_functions_Array_mathematical_operations
fractile(const Array< T > &a, Float fraction, Bool sorted=False, Bool inPlace=False)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
fractile(const Array< T > &a, Block< T > &tmp, Float fraction, Bool sorted=False, Bool inPlace=False)casa::ArrayMath_global_functions_Array_mathematical_operations
imag(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
imag(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
imag(Array< Float > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
imag(Array< Double > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
indgen(Array< T > &a, T start, T inc)casa::ArrayMath_global_functions_Array_mathematical_operations
indgen(Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
indgen(Array< T > &a, T start)casa::ArrayMath_global_functions_Array_mathematical_operations
log(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
log10(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
makeComplex(const Array< T > &real, const Array< T > &imag)casa::ArrayMath_global_functions_Array_mathematical_operations
max(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
max(Array< T > &result, const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
max(const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
max(const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
max(Array< T > &result, const Array< T > &a, const T &b)casa::ArrayMath_global_functions_Array_mathematical_operations
max(Array< T > &result, const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
max(const Array< T > &a, const T &b)casa::ArrayMath_global_functions_Array_mathematical_operations
max(const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
mean(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
median(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
median(const Array< T > &a, Bool sorted)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
median(const Array< T > &a, Bool sorted, Bool takeEvenMean, Bool inPlace=False)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
median(const Array< T > &a, Block< T > &tmp, Bool sorted, Bool takeEvenMean, Bool inPlace=False)casa::ArrayMath_global_functions_Array_mathematical_operations
medianInPlace(const Array< T > &a, Bool sorted=False)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
min(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
min(Array< T > &result, const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
min(const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
min(Array< T > &result, const Array< T > &a, const T &b)casa::ArrayMath_global_functions_Array_mathematical_operations
min(Array< T > &result, const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
min(const Array< T > &a, const T &b)casa::ArrayMath_global_functions_Array_mathematical_operations
min(const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
minMax(ScalarType &minVal, ScalarType &maxVal, IPosition &minPos, IPosition &maxPos, const Array< ScalarType > &array)casa::ArrayMath_global_functions_Array_mathematical_operations
minMax(ScalarType &minVal, ScalarType &maxVal, IPosition &minPos, IPosition &maxPos, const Array< ScalarType > &array, const Array< Bool > &mask, Bool valid=True)casa::ArrayMath_global_functions_Array_mathematical_operations
minMax(T &min, T &max, const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
minMaxMasked(ScalarType &minVal, ScalarType &maxVal, IPosition &minPos, IPosition &maxPos, const Array< ScalarType > &array, const Array< ScalarType > &weight)casa::ArrayMath_global_functions_Array_mathematical_operations
myiptransform(_InputIterator1 __first1, _InputIterator1 __last1, T right, _BinaryOperation __binary_op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
myltransform(_InputIterator1 __first1, _InputIterator1 __last1, _OutputIterator __result, T left, _BinaryOperation __binary_op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
myrtransform(_InputIterator1 __first1, _InputIterator1 __last1, _OutputIterator __result, T right, _BinaryOperation __binary_op)casa::ArrayMath_global_functions_Array_mathematical_operations [inline]
operator%(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator%(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator%(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator%=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator%=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator&(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator&(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator&(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator&=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator&=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const Array< std::complex< T > > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const Array< std::complex< T > > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*(const std::complex< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*=(Array< std::complex< T > > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator*=(Array< std::complex< T > > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator+=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator-=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const Array< std::complex< T > > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const Array< std::complex< T > > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/(const std::complex< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/=(Array< std::complex< T > > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator/=(Array< std::complex< T > > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator^(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator^(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator^(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator^=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator^=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator|(const Array< T > &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator|(const Array< T > &left, const T &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator|(const T &left, const Array< T > &right)casa::ArrayMath_global_functions_Array_mathematical_operations
operator|=(Array< T > &left, const Array< T > &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator|=(Array< T > &left, const T &other)casa::ArrayMath_global_functions_Array_mathematical_operations
operator~(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
phase(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
phase(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
phase(Array< Float > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
phase(Array< Double > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
pow(const Array< T > &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
pow(const T &a, const Array< T > &b)casa::ArrayMath_global_functions_Array_mathematical_operations
pow(const Array< T > &a, const Double &b)casa::ArrayMath_global_functions_Array_mathematical_operations
product(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
real(const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
real(const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
real(Array< Float > &rarray, const Array< Complex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
real(Array< Double > &rarray, const Array< DComplex > &carray)casa::ArrayMath_global_functions_Array_mathematical_operations
RealToComplex(const Array< Float > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
RealToComplex(const Array< Double > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
RealToComplex(Array< Complex > &carray, const Array< Float > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
RealToComplex(Array< DComplex > &carray, const Array< Double > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
rms(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
round(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
setImag(Array< R > &carray, const Array< L > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
setReal(Array< L > &carray, const Array< R > &rarray)casa::ArrayMath_global_functions_Array_mathematical_operations
sign(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
sin(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
sinh(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
sqrt(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
square(const Array< T > &val)casa::ArrayMath_global_functions_Array_mathematical_operations
stddev(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
stddev(const Array< T > &a, T mean)casa::ArrayMath_global_functions_Array_mathematical_operations
sum(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
tan(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
tanh(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
throwArrayShapes(const char *name)casa::ArrayMath_global_functions_Array_mathematical_operations
variance(const Array< T > &a)casa::ArrayMath_global_functions_Array_mathematical_operations
variance(const Array< T > &a, T mean)casa::ArrayMath_global_functions_Array_mathematical_operations