The Lie bracket of two maps.

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

Syntax

C#
public TPSAMaps LieBracket(
	TPSAMaps b
)
Visual Basic
Public Function LieBracket ( _
	b As TPSAMaps _
) As TPSAMaps
Visual C++
public:
TPSAMaps^ LieBracket(
	TPSAMaps^ b
)

Parameters

b
Type: TPSA..::..TPSAMaps
The Lie bracket of the instance and this argument is computed.

Return Value

Instance method of the Lie bracket (instance composed with b - b composed with the instance).

See Also