Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TOpenCLBase *Erfc(TOpenCLBase *Src, int SrcIndex, int Index, int Len); | |
| 2 | TOpenCLValue *Erfc(TOpenCLValue *Src); | Complementary error function. |
Overload 1: TOpenCLBase *Erfc(TOpenCLBase *Src, int SrcIndex, int Index, int Len);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLBase * | |
| 2 | SrcIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::TOpenCLBase · Dew.Math/clMtxVec.h · Cross-compiler
Overload 2: TOpenCLValue *Erfc(TOpenCLValue *Src);
Complementary error function.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TOpenCLValue * |
Remarks:
Calculates the complementary error function value of Src.
See Also: ErfInv, TOpenCLValue::Erfc
Declared in Dew::Math::TOpenCLValue · Dew.Math/clMtxVec.h · Cross-compiler