Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *Erfc() const; | Complementary error function of self (in-place). |
| 2 | TMtxVec *Erfc(TMtxVec *Src) const; | Complementary error function of Src; result stored in self. |
| 3 | TMtxVec *Erfc(int Index, int Len) const; | Complementary error function on self elements [Index..Index+Len-1] in-place. |
| 4 | TMtxVec *Erfc(TMtxVec *Src, int SrcIndex, int Index, int Len) const; | Complementary error function of Src elements [SrcIndex..SrcIndex+Len-1] stored in self elements [Index..Index+Len-1]. |
Overload 1: TMtxVec *Erfc() const;
Complementary error function of self (in-place).
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtxVec *Erfc(TMtxVec *Src) const;
Complementary error function of Src; result stored in self.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: TMtxVec *Erfc(int Index, int Len) const;
Complementary error function on self elements [Index..Index+Len-1] in-place.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 4: TMtxVec *Erfc(TMtxVec *Src, int SrcIndex, int Index, int Len) const;
Complementary error function of Src elements [SrcIndex..SrcIndex+Len-1] stored in self elements [Index..Index+Len-1].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | SrcIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler