TMtx.ErfInv Method

Overload List

#SignatureDescription
1TMtxVec ErfInvInverse error functon of values.
└ indexed: TMtxVec ErfInv(Int32 Index, Int32 Len)
2TMtxVec ErfInv(TMtxVec Src)Calculates the inverse error function value for all Src object values.
└ indexed: TMtxVec ErfInv(TMtxVec Src, Int32 SrcIndex, Int32 Index, Int32 Len)

Overload 1: TMtxVec ErfInv

Inverse error functon of values.

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

Remarks:

Calculates the Inverse error function value for all object values in-place.

Indexed: TMtxVec ErfInv(Int32 Index, Int32 Len)

Calculates the inverse error function value for calling object elements [Index]..[Index+Len-1] in-place.

#NameTypeDescription
1IndexInt32start index
2LenInt32element count

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

Remarks:

An exception is raised if array borders are overrun or underrun.

Overload 2: TMtxVec ErfInv(TMtxVec Src)

Calculates the inverse error function value for all Src object values.

#NameTypeDescription
1SrcTMtxVecsource TVec or TMtx

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

Remarks:

Stores the result in calling object. Size and Dew.Math.TMtxVec.Complex properties of calling object are adjusted automatically.

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

Calculates the inverse error function value for Src object elements [SrcIndex]..[SrcIndex+Len-1].

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

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

Remarks:

Stores the result in calling object elements [Index]..[Index+Len-1]. An exception is raised if array borders are overrun or underrun.