TPSAMaps models maps (coordinate transformations) using the algebra of truncated
power series (polynomials of fixed maximum degree).
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class TPSAMaps |
Visual Basic |
---|
Public Class TPSAMaps |
Visual C++ |
---|
public ref class TPSAMaps |
Remarks
Essentially, a TPSAMaps object is a collection of TPSA objects, each of which maps the coordinate variables to the variable corresponding to that object. Together they determine a coordinate transformation. For this reason the number of TPSA objects in the instance must equal the number of variables.
Inheritance Hierarchy
System..::..Object
TPSA..::..TPSAMaps
TPSA..::..TPSAMaps