Package org.apache.commons.math.ode.jacobians
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.
-
Interface Summary Interface Description EventHandlerWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationODEWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationParameterizedODE Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationStepHandlerWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementationStepInterpolatorWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation -
Class Summary Class Description FirstOrderIntegratorWithJacobians Deprecated. as of 2.2 the complete package is deprecated, it will be replaced in 3.0 by a completely rewritten implementation