ClMtxExpr::Minc Function

Overload List

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

Overload 1: TCplx Minc(TOpenCLVector *X);

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Minc

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

Overload 2: TCplx Minc(TOpenCLMatrix *X);

Returns the minimum of the source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Minc

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