ClMtxExpr.Max Method

Overload List

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

Overload 1: Double Max(TOpenCLMatrix X)

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.Max

Overload 2: Double Max(TOpenCLVector X)

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.Max