org.apache.commons.math.ode.jacobians.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-math Show documentation
Show all versions of commons-math Show documentation
The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
The newest version!
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.