Package org.apache.commons.math.ode.jacobians

This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution.

See:
          Description

Interface Summary
EventHandlerWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
ODEWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
ParameterizedODE Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
StepHandlerWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
StepInterpolatorWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
 

Class Summary
FirstOrderIntegratorWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation
FirstOrderIntegratorWithJacobians.EventHandlerWrapper Wrapper for event handlers.
FirstOrderIntegratorWithJacobians.StepHandlerWrapper Wrapper for step handlers.
FirstOrderIntegratorWithJacobians.StepInterpolatorWrapper Wrapper for step interpolators.
 

Package org.apache.commons.math.ode.jacobians Description

This package was intended to solve Ordinary Differential Equations problems and also compute derivatives of the solution. It was introduced in 2.1 but is difficult to use and clumsy. It is completely deprecated in 2.2 and will be removed in 3.0, to be replaced by a completely new implementation, much more tightly bound to the top level ode package.



Copyright (c) 2003-2011 Apache Software Foundation