ClMtxExpr.Maxc Method

Overload List

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

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

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: TCplx (complex)

Remarks:

Internally calls clMatrix.Maxc

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

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: TCplx (complex)

Remarks:

Internally calls clVector.Maxc