ClMtxExpr.Minc Method

Overload List

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

Overload 1: TCplx Minc(TOpenCLMatrix X)

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clMatrix.Minc

Overload 2: TCplx Minc(TOpenCLVector X)

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clVector.Minc