Computes the map inverse of the instance.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPSAMaps Inverse()
Visual Basic
Public Function Inverse As TPSAMaps
Visual C++
public:
TPSAMaps^ Inverse()

Return Value

The inverse map.

Remarks

The map inverse is related to the concept of reversion of series. See Berz (1991) for an explanation of the algorithm.

See Also