Uses of Class
org.hipparchus.ode.ExpandableODE
-
Packages that use ExpandableODE Package Description org.hipparchus.migration.ode This package provides migration classes from Apache Commons Math to Hipparchus.org.hipparchus.ode This package provides classes to solve Ordinary Differential Equations problems.org.hipparchus.ode.nonstiff This package provides classes to solve non-stiff Ordinary Differential Equations problems. -
-
Uses of ExpandableODE in org.hipparchus.migration.ode
Methods in org.hipparchus.migration.ode with parameters of type ExpandableODE Modifier and Type Method Description voidJacobianMatrices. registerVariationalEquations(ExpandableODE expandable)Deprecated.Register the variational equations for the Jacobians matrices to the expandable set. -
Uses of ExpandableODE in org.hipparchus.ode
Methods in org.hipparchus.ode that return ExpandableODE Modifier and Type Method Description protected ExpandableODEAbstractIntegrator. getEquations()Get the differential equations to integrate.Methods in org.hipparchus.ode with parameters of type ExpandableODE Modifier and Type Method Description protected ODEStateAndDerivativeAbstractIntegrator. initIntegration(ExpandableODE eqn, ODEState s0, double t)Prepare the start of an integration.ODEStateAndDerivativeODEIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.protected voidMultistepIntegrator. start(ExpandableODE equations, ODEState initialState, double finalTime)Start the integration.Constructors in org.hipparchus.ode with parameters of type ExpandableODE Constructor Description VariationalEquation(ExpandableODE expandable, ODEJacobiansProvider jode)Build variational equation using analytical local partial derivatives.VariationalEquation(ExpandableODE expandable, OrdinaryDifferentialEquation ode, double[] hY, ParametersController controller, ParameterConfiguration... paramsAndSteps)Build variational equation using finite differences for local partial derivatives. -
Uses of ExpandableODE in org.hipparchus.ode.nonstiff
Methods in org.hipparchus.ode.nonstiff with parameters of type ExpandableODE Modifier and Type Method Description ODEStateAndDerivativeAdamsIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeEmbeddedRungeKuttaIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeGraggBulirschStoerIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.ODEStateAndDerivativeRungeKuttaIntegrator. integrate(ExpandableODE equations, ODEState initialState, double finalTime)Integrate the differential equations up to the given time.
-