Vector::Erfc Method

Overload List

#SignatureDescription
1TMtxVec *Erfc() const;Complementary error function of self (in-place).
2TMtxVec *Erfc(TMtxVec *Src) const;Complementary error function of Src; result stored in self.
3TMtxVec *Erfc(int Index, int Len) const;Complementary error function on self elements [Index..Index+Len-1] in-place.
4TMtxVec *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.

#NameTypeDescription
1SrcTMtxVec *
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.

#NameTypeDescription
1Indexint
2Lenint
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].

#NameTypeDescription
1SrcTMtxVec *
2SrcIndexint
3Indexint
4Lenint
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler