Package dev.nm.analysis.differentialequation.ode.ivp.solver
-
Interface Summary Interface Description ODEIntegrator This defines the interface for the numerical integration of a first order ODE, for a sequence of pre-defined steps.ODESolver Solver for first order ODE problems. -
Class Summary Class Description EulerMethod The Euler method is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value.ODESolution Solution to an ODE problem.