Initializes the class.

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

Syntax

C#
public static void Init(
	int vars,
	int ord
)
Visual Basic
Public Shared Sub Init ( _
	vars As Integer, _
	ord As Integer _
)
Visual C++
public:
static void Init(
	int vars, 
	int ord
)

Parameters

vars
Type: System..::..Int32
The number of variables in the new algebra.
ord
Type: System..::..Int32
The order of the maps in the algebra.

Remarks

Sets the number of variables and order of the underlying TPSA. Also defines shared elements representing the zero map and the identity map.

See Also