Click or drag to resize

RungeKuttaExplicitBaseGetSolutionPointsForStepSize Method

Overload List
 NameDescription
Public methodGetSolutionPointsForStepSize(Double) Gets solution points for constant step size. Returns the same results as GetSolutionPointsVolatileForStepSize(Double, Double, ActionDouble, Double, Double, Double), but the returned solution point already contains a copy of the y array.
Public methodGetSolutionPointsForStepSize(Double, Double, ActionDouble, Double, Double, Double) Gets solution points for constant step size. Returns the same results as GetSolutionPointsVolatileForStepSize(Double, Double, ActionDouble, Double, Double, Double), but the returned solution point already contains a copy of the y array.
Top
See Also