ClMtxExpr::Min Function

Overload List

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

Overload 1: double Min(TOpenCLVector *X);

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clMatrix::Min

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

Overload 2: double Min(TOpenCLMatrix *X);

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Min

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