@FunctionalInterface public static interface OrdinaryDifferentialEquationFunction.Function
OrdinaryDifferentialEquationSystem| Modifier and Type | Method and Description | 
|---|---|
double[] | 
invoke(double independentVariable,
      double... dependentVariables)
A multivariate, vector function representing a set of ordinary differential equations. 
 | 
double[] invoke(double independentVariable,
                double... dependentVariables)
independentVariable - The independent variable of the differential equations.dependentVariables - The dependent variables of the differential equations
        and their derivatives up to the highest order derivative appearing in the equations.OrdinaryDifferentialEquationSystem