ClMtxExpr::Meanc Function

Overload List

#SignatureDescription
1TCplx Meanc(TOpenCLVector *X);Returns the average value of the source data.
2TCplx Meanc(TOpenCLMatrix *X);Returns the average value of the source data.

Overload 1: TCplx Meanc(TOpenCLVector *X);

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Meanc

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: TCplx Meanc(TOpenCLMatrix *X);

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Meanc

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler