ClMtxExpr.Mean Method

Overload List

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

Overload 1: Double Mean(TOpenCLMatrix X)

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.Mean

Overload 2: Double Mean(TOpenCLVector X)

Returns the average value of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.Mean