Click or drag to resize

bulirschstoerf Method


Namespace: DWSIM.MathOps.MathEx.ODESolver
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public void f(
	double[] y,
	ref double[] dy
)
Request Example View Source

Parameters

y  Double
 
dy  Double
 
See Also