ClMtxExpr.Maxc Method

Overload List

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

Overload 1: TCplx Maxc(TOpenCLMatrix X)

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clMatrix.Maxc

Overload 2: TCplx Maxc(TOpenCLVector X)

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls Dew.Math.clVector.Maxc