clValue::DivideBy Method

Overload List

#SignatureDescription
1TOpenCLValue *DivideBy(double Value, TOpenCLValue *Vec) const;Divide Value with Vec and store the result in the calling object.
2TOpenCLValue *DivideBy(TCplx Value, TOpenCLValue *Vec) const;Divide complex Value with Vec and store the result in the calling object.

Overload 1: TOpenCLValue *DivideBy(double Value, TOpenCLValue *Vec) const;

Divide Value with Vec and store the result in the calling object.

#NameTypeDescription
1Valuedouble
2VecTOpenCLValue *
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler

Overload 2: TOpenCLValue *DivideBy(TCplx Value, TOpenCLValue *Vec) const;

Divide complex Value with Vec and store the result in the calling object.

#NameTypeDescription
1ValueTCplx
2VecTOpenCLValue *
Remarks:

Size of the calling object is set automatically.

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