ClMtxExpr.Min Method

Overload List

#SignatureDescription
1Double Min(TOpenCLMatrix X)Returns the minimum of the source data.
2Double Min(TOpenCLVector X)Returns the minimum of the source data.

Overload 1: Double Min(TOpenCLMatrix X)

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.Min

Overload 2: Double Min(TOpenCLVector X)

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.Min