ClMtxExpr::Mean Function

Overload List

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

Overload 1: double Mean(TOpenCLVector *X);

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Mean

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

Overload 2: double Mean(TOpenCLMatrix *X);

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Mean

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