ClMtxExpr::Max Function

Overload List

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

Overload 1: double Max(TOpenCLVector *X);

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Max

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: double Max(TOpenCLMatrix *X);

Returns the maximum of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Max

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler