Click or drag to resize
OdeRungeKuttaIFunctionF Method
Returns the value of the function at the given point.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
void F(
	double t,
	double[] y,
	double[] yprime
)

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.
yprime
Type: SystemDouble
A double array which contains the value of the function at (t,y).
See Also