ClMtxExpr.Min Method

Overload List

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

Overload 1: function Min(X: TOpenCLMatrix): Double;

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.Min

Overload 2: function Min(X: TOpenCLVector): Double;

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clMatrix.Min