ClMtxExpr.Minc Method

Overload List

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

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

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls clMatrix.Minc

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

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls clVector.Minc