Used to compute the Jacobian of the function at t.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
Parameters
- t
- Type: System..::.Double
A double, the point at which the function is to
be evaluated.
- y
- Type: array<
System..::.Double
>[]()[]
A double array which contains the dependent variable
values.
- yprime
- Type: array<
System..::.Double
>[]()[]
A double array which contains the value of the
function
.
Return Value
A
doubley.Length by
y.Length
matrix containing the value of
the Jacobian of the function at
t.
See Also