A list of TPSA objects representing the variables of the algebra, i.e., each is a polynomial whose only nonzero coefficient is the one corresponding the linear term of its variable and having value unity.

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

Syntax

C#
public static TPSA[] vars
Visual Basic
Public Shared vars As TPSA()
Visual C++
public:
static array<TPSA^>^ vars

Remarks

Instantiated for convenience.

See Also