Numerical implementation of Truncated Power Series Algebra (TPSA).

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

Syntax

C#
public class TPSA
Visual Basic
Public Class TPSA
Visual C++
public ref class TPSA

Remarks

This class models polynomials in one or more variables and a given order.

Some methods employ operator overloading, while other faster methods overwrite the instance.

Effort was put into speeding up the code. For example, there are methods that modify the instance and create no new objects for intermediate values. These methods are faster and should be used in critical sections of code when possible.

This class cannot model more that one TPSA at a time.

Inheritance Hierarchy

System..::..Object
  TPSA..::..TPSA

See Also