ClMtxExpr.Meanc Method

Overload List

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

Overload 1: TCplx Meanc(TOpenCLMatrix X)

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clMatrix.Meanc

Overload 2: TCplx Meanc(TOpenCLVector X)

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clVector.Meanc