Evaluates the instance map at a point.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public double[] Eval(
params double[] args
) |
| Visual Basic |
|---|
Public Function Eval ( _
ParamArray args As Double() _
) As Double() |
| Visual C++ |
|---|
public:
array<double>^ Eval(
... array<double>^ args
) |
Parameters
- args
- Type: array<System..::..Double>[]()[][]
A ParamArray of real arguments.
Return Value
A point result (a list of reals).
Exceptions
| Exception | Condition |
|---|
| [ApplicationException] | The number of arguments is not equal to the number of variables in the algebra. |
See Also