ClMtxExpr.Meanc Method

Overload List

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

Overload 1: function Meanc(X: TOpenCLMatrix): TCplx;

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls clMatrix.Meanc

Overload 2: function Meanc(X: TOpenCLVector): TCplx;

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls clVector.Meanc