Class DifferentialEquationTest.ODE

    • Constructor Detail

      • ODE

        ODE​(double stepSize,
            NumericalIntegratorType integrationMethod)
        constructs a new Function.
        Parameters:
        stepSize - the stepSize
        integrationMethod - the methodOfIntegration
    • Method Detail

      • dy

        public double[] dy​(double x,
                           double[] y)