ClMtxExpr::Ceil Function

Overload List

#SignatureDescription
1clVector Ceil(TOpenCLVector *X);Compute the Ceil function from the source and return the result.
2clMatrix Ceil(TOpenCLMatrix *X);Compute the Ceil function from the source and return the result.
3clValue Ceil(TOpenCLValue *X);Compute the Ceil function from the source and return the result.

Overload 1: clVector Ceil(TOpenCLVector *X);

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Ceil

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

Overload 2: clMatrix Ceil(TOpenCLMatrix *X);

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Ceil

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

Overload 3: clValue Ceil(TOpenCLValue *X);

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Ceil

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