ClMtxExpr.Max Method

Overload List

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

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

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.Max

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

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clVector.Max