Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.ode Classes and Interfaces - 87 results found.
NameDescriptionTypePackageFramework
AbstractFieldIntegratorBase class managing common boilerplate for all integrators.Classorg.apache.commons.math3.odeApache Commons
AbstractFieldStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.apache.commons.math3.ode.samplingApache Commons
AbstractIntegratorBase class managing common boilerplate for all integrators.Classorg.apache.commons.math3.odeApache Commons
AbstractParameterizableThis abstract class provides boilerplate parameters list.Classorg.apache.commons.math3.odeApache Commons
AbstractStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.apache.commons.math3.ode.samplingApache Commons
ActionEnumerate for actions to be performed when an event occurs during ODE integration.Classorg.apache.commons.math3.ode.eventsApache Commons
AdamsBashforthFieldIntegratorThis class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsBashforthIntegratorThis class implements explicit Adams-Bashforth integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsFieldIntegratorBase class for Adams-Bashforth and Adams-Moulton integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsIntegratorBase class for Adams-Bashforth and Adams-Moulton integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsMoultonFieldIntegratorThis class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsMoultonIntegratorThis class implements implicit Adams-Moulton integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsNordsieckFieldTransformerTransformer to Nordsieck vectors for Adams integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdamsNordsieckTransformerTransformer to Nordsieck vectors for Adams integrators.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdaptiveStepsizeFieldIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
AdaptiveStepsizeIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
ClassicalRungeKuttaFieldIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.apache.commons.math3.ode.nonstiffApache Commons
ClassicalRungeKuttaIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.apache.commons.math3.ode.nonstiffApache Commons
ContinuousOutputFieldModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.apache.commons.math3.odeApache Commons
ContinuousOutputModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.apache.commons.math3.odeApache Commons
DormandPrince54FieldIntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince54IntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince853FieldIntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DormandPrince853IntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
DummyStepHandlerThis class is a step handler that does nothing.Classorg.apache.commons.math3.ode.samplingApache Commons
EmbeddedRungeKuttaFieldIntegratorThis class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EmbeddedRungeKuttaIntegratorThis class implements the common part of all embedded Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EquationsMapperClass mapping the part of a complete state or derivative that pertains to a specific differential equation.Classorg.apache.commons.math3.odeApache Commons
EulerFieldIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EulerIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
EventFilterWrapper used to detect only increasing or decreasing events.Classorg.apache.commons.math3.ode.eventsApache Commons
EventHandlerThis interface represents a handler for discrete events triggered during ODE integration.Interfaceorg.apache.commons.math3.ode.eventsApache Commons
EventHandler .ActionReset derivatives indicator.Classorg.apache.commons.math3.ode.events.EventHandlerApache Commons
EventStateThis class handles the state for one event handler during integration steps.Classorg.apache.commons.math3.ode.eventsApache Commons
ExpandableStatefulODEThis class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondaryClassorg.apache.commons.math3.odeApache Commons
FieldButcherArrayProviderThis interface represents an integrator based on Butcher arrays.Interfaceorg.apache.commons.math3.ode.nonstiffApache Commons
FieldEquationsMapperClass mapping the part of a complete state or derivative that pertains to a set of differential equations.Classorg.apache.commons.math3.odeApache Commons
FieldEventHandlerThis interface represents a handler for discrete events triggered during ODE integration.Interfaceorg.apache.commons.math3.ode.eventsApache Commons
FieldEventStateThis class handles the state for one event handler during integration steps.Classorg.apache.commons.math3.ode.eventsApache Commons
FieldExpandableODEThis class represents a combined set of first order differential equations, with at least a primary set of equations expandable by some sets of secondaryClassorg.apache.commons.math3.odeApache Commons
FieldFixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldODEStateContainer for time, main and secondary state vectors.Classorg.apache.commons.math3.odeApache Commons
FieldODEStateAndDerivativeContainer for time, main and secondary state vectors as well as their derivatives.Classorg.apache.commons.math3.odeApache Commons
FieldSecondaryEquationsThis interface allows users to add secondary differential equations to a primary set of differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FieldStepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldStepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
FieldStepNormalizerThis class wraps an object implementing FieldFixedStepHandler into a FieldStepHandler.Classorg.apache.commons.math3.ode.samplingApache Commons
FilterTypeEnumerate for filtering events.Classorg.apache.commons.math3.ode.eventsApache Commons
FirstOrderConverterThis class converts second order differential equations to first This class is a wrapper around a SecondOrderDifferentialEquations which allow to use a FirstOrderIntegrator to integrate it.Classorg.apache.commons.math3.odeApache Commons
FirstOrderDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderFieldDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderFieldIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FirstOrderIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
FixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
GillFieldIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.apache.commons.math3.ode.nonstiffApache Commons
GillIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.apache.commons.math3.ode.nonstiffApache Commons
GraggBulirschStoerIntegratorThis class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
HighamHall54FieldIntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
HighamHall54IntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
JacobianMatricesThis class defines a set of secondary equations to compute the Jacobian matrices with respect to the initial state vector and, ifClassorg.apache.commons.math3.odeApache Commons
JacobianMatrices .MismatchedEquationsSpecial exception for equations mismatch.Classorg.apache.commons.math3.ode.JacobianMatricesApache Commons
LutherFieldIntegratorThis class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
LutherIntegratorThis class implements the Luther sixth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MainStateJacobianProviderInterface expanding first order differential equations in order to compute exactly the main state jacobianInterfaceorg.apache.commons.math3.odeApache Commons
MidpointFieldIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MidpointIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
MultistepFieldIntegratorThis class is the base class for multistep integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.odeApache Commons
MultistepIntegratorThis class is the base class for multistep integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.odeApache Commons
MultistepIntegrator .NordsieckTransformerTransformer used to convert the first step to Nordsieck representation.Interfaceorg.apache.commons.math3.ode.MultistepIntegratorApache Commons
NordsieckStepInterpolatorThis class implements an interpolator for integrators using Nordsieck representation.Classorg.apache.commons.math3.ode.samplingApache Commons
ODEIntegratorThis interface defines the common parts shared by integrators for first and second order differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterizableThis interface enables to process any parameterizable object.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterizedODEInterface to compute by finite difference Jacobian matrix for some parameter when computing partial derivatives equations.Interfaceorg.apache.commons.math3.odeApache Commons
ParameterJacobianProviderInterface to compute exactly Jacobian matrix for some parameter when computing partial derivatives equations.Interfaceorg.apache.commons.math3.odeApache Commons
RungeKuttaFieldIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
RungeKuttaIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
SecondaryEquationsThis interface allows users to add secondary differential equations to a primary set of differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
SecondOrderDifferentialEquationsThis interface represents a second order differential equations set.Interfaceorg.apache.commons.math3.odeApache Commons
SecondOrderIntegratorThis interface represents a second order integrator for differential equations.Interfaceorg.apache.commons.math3.odeApache Commons
StepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
StepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerThis class wraps an object implementing FixedStepHandler into a StepHandler.Classorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerBoundsenum StepNormalizerBoundsStep normalizer bounds settings.Classorg.apache.commons.math3.ode.samplingApache Commons
StepNormalizerModeenum StepNormalizerModeStep normalizer modes.Classorg.apache.commons.math3.ode.samplingApache Commons
ThreeEighthesFieldIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.apache.commons.math3.ode.nonstiffApache Commons
UnknownParameterExceptionException to be thrown when a parameter is unknown.Classorg.apache.commons.math3.odeApache Commons