OdeAdamsGearIFunctionF Method |
Computes the value of the function
at the given point.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax double[] F(
double t,
double[] y
)
Function F (
t As Double,
y As Double()
) As Double()
array<double>^ F(
double t,
array<double>^ y
)
abstract F :
t : float *
y : float[] -> float[]
Parameters
- t
- Type: SystemDouble
A double, the point at which the function is to
be evaluated.
- y
- Type: SystemDouble
A double array which contains the dependent variable
values.
Return Value
Type:
DoubleA
double array of length
y.Length which contains the value of the
function
.
See Also