Class DifferentialEquationTest.StiffODE

    • Constructor Detail

      • StiffODE

        StiffODE​(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)