Returns the gradient of the instance as an array of TPSA objects.

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

Syntax

C#
public TPSA[] grad()
Visual Basic
Public Function grad As TPSA()
Visual C++
public:
array<TPSA^>^ grad()

Return Value

The gradient of the instance as an array TPSA objects.

Remarks

The number of TPSA objects returned is the same as the number of variables in the TPSA.

See Also