Vector::Erf Method

Overload List

#SignatureDescription
1TMtxVec *Erf() const;Error function of self (in-place).
2TMtxVec *Erf(TMtxVec *Src) const;Error function of Src; result stored in self.
3TMtxVec *Erf(int Index, int Len) const;Error function on self elements [Index..Index+Len-1] in-place.
4TMtxVec *Erf(TMtxVec *Src, int SrcIndex, int Index, int Len) const;Error function of Src elements [SrcIndex..SrcIndex+Len-1] stored in self elements [Index..Index+Len-1].

Overload 1: TMtxVec *Erf() const;

Error function of self (in-place).

Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TMtxVec *Erf(TMtxVec *Src) const;

Error function of Src; result stored in self.

#NameTypeDescription
1SrcTMtxVec *
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler

Overload 3: TMtxVec *Erf(int Index, int Len) const;

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 *Erf(TMtxVec *Src, int SrcIndex, int Index, int Len) const;

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