Matrix.ErfInv Method

Overload List

#SignatureDescription
1TMtxVec ErfInvInverse error function of self (in-place).
└ indexed: TMtxVec ErfInv(Int32 Index, Int32 Len)
2TMtxVec ErfInv(TMtxVec Src)Inverse error function of Src; result stored in self.
└ indexed: TMtxVec ErfInv(TMtxVec Src, Int32 SrcIndex, Int32 Index, Int32 Len)

Overload 1: TMtxVec ErfInv

Inverse error function of self (in-place).

Result: stored in self (calling object), returns self for chaining

Indexed: TMtxVec ErfInv(Int32 Index, Int32 Len)

Inverse error function on self elements [Index..Index+Len-1] in-place.

#NameTypeDescription
1IndexInt32start index
2LenInt32element count

Result: stored in self (calling object), returns self for chaining

Overload 2: TMtxVec ErfInv(TMtxVec Src)

Inverse error function of Src; result stored in self.

#NameTypeDescription
1SrcTMtxVecsource TVec or TMtx

Result: stored in self (calling object), returns self for chaining

Indexed: TMtxVec ErfInv(TMtxVec Src, Int32 SrcIndex, Int32 Index, Int32 Len)

Inverse error function of Src elements [SrcIndex..SrcIndex+Len-1] stored in self elements [Index..Index+Len-1].

#NameTypeDescription
1SrcTMtxVecsource TVec or TMtx
2SrcIndexInt32source start index
3IndexInt32start index
4LenInt32element count

Result: stored in self (calling object), returns self for chaining