Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jscience.mathematics.analysis.ode Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AbstractStepInterpolatorThis abstract class represents an interpolator over the last step during an ODE integration.Classorg.jscience.mathematics.analysis.odeJScience
AdaptiveStepsizeIntegratorThis abstract class holds the common part of all adaptive stepsize integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
ClassicalRungeKuttaIntegratorThis class implements the classical fourth order Runge-Kutta integrator for Ordinary Differential Equations (it is the mostClassorg.jscience.mathematics.analysis.odeJScience
ContinuousOutputModelThis class stores all information provided by an ODE integrator during the integration process and build a continuous model of theClassorg.jscience.mathematics.analysis.odeJScience
DerivativeExceptionThis exception is made available to users to report the error conditions that are trigegred while computing the differential equations.Classorg.jscience.mathematics.analysis.odeJScience
DormandPrince54IntegratorThis class implements the 5(4) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
DormandPrince853IntegratorThis class implements the 8(5,3) Dormand-Prince integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
DummyStepHandlerThis class is a step handler that do nothing.Classorg.jscience.mathematics.analysis.odeJScience
DummyStepInterpolatorThis class is a step interpolator that does nothing.Classorg.jscience.mathematics.analysis.odeJScience
EulerIntegratorThis class implements a simple Euler integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
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.jscience.mathematics.analysis.odeJScience
FirstOrderDifferentialEquationsThis interface represents a first order differential equations set.Interfaceorg.jscience.mathematics.analysis.odeJScience
FirstOrderIntegratorThis interface represents a first order integrator for differential equations.Interfaceorg.jscience.mathematics.analysis.odeJScience
FixedStepHandlerThis interface represents a handler that should be called after each successful fixed step.Interfaceorg.jscience.mathematics.analysis.odeJScience
GillIntegratorThis class implements the Gill fourth order Runge-Kutta integrator for Ordinary Differential Equations .Classorg.jscience.mathematics.analysis.odeJScience
GraggBulirschStoerIntegratorThis class implements a Gragg-Bulirsch-Stoer integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
HighamHall54IntegratorThis class implements the 5(4) Higham and Hall integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
IntegrationExceptionThis exception is made available to users to report the error conditions that are triggered during integrationClassorg.jscience.mathematics.analysis.odeJScience
MidpointIntegratorThis class implements a second order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
RungeKuttaFehlbergIntegratorThis class implements the common part of all Runge-Kutta-Fehlberg integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
RungeKuttaIntegratorThis class implements the common part of all fixed step Runge-Kutta integrators for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience
SecondOrderDifferentialEquationsThis interface represents a second order differential equations set.Interfaceorg.jscience.mathematics.analysis.odeJScience
SecondOrderIntegratorThis interface represents a second order integrator for differential equations.Interfaceorg.jscience.mathematics.analysis.odeJScience
StepHandlerThis interface represents a handler that should be called after each successful step.Interfaceorg.jscience.mathematics.analysis.odeJScience
StepInterpolatorThis interface represents an interpolator over the last step during an ODE integration.Interfaceorg.jscience.mathematics.analysis.odeJScience
StepNormalizerThis class wraps an object implementing FixedStepHandler into a StepHandler.Classorg.jscience.mathematics.analysis.odeJScience
SwitchingFunctionThis interface represents a switching function.Interfaceorg.jscience.mathematics.analysis.odeJScience
SwitchingFunctionsHandlerThis class handles several switching functions during integration.Classorg.jscience.mathematics.analysis.odeJScience
ThreeEighthesIntegratorThis class implements the 3/8 fourth order Runge-Kutta integrator for Ordinary Differential Equations.Classorg.jscience.mathematics.analysis.odeJScience