Class ODESolution


  • public class ODESolution
    extends Object
    Solution to an ODE problem.
    • Constructor Detail

      • ODESolution

        public ODESolution​(double[] x,
                           Vector[] y)
        Create a solution with estimated values at the given points.
        Parameters:
        x - the values of the independent variable
        y - the corresponding values of the dependent variable.
    • Method Detail

      • x

        public double[] x()
        Get the values of the independent variable.
        Returns:
        x
      • y

        public Vector[] y()
        Get the corresponding values of the dependent variable.
        Returns:
        y