Apache Commons Math
Go to file
Luc Maisonobe 645d642b8f Improved Dormand-Prince 8(5,3) step interpolator accuracy at step start.
The previous step is preserved and if interpolation time is in the first
half ot the step, then interpolation is based on step start, otherwise
is it based on step end. Previously, interpolation was always performed
with respect to step end.

If this trick proves useful, it will be extended to other Runge-Kutta
type step interpolators.

JIRA: MATH-705

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1204270 13f79535-47bb-0310-9956-ffa450edef68
2011-11-20 21:41:46 +00:00
siteMods Added files used in creating RCs. 2010-03-29 00:10:10 +00:00
src Improved Dormand-Prince 8(5,3) step interpolator accuracy at step start. 2011-11-20 21:41:46 +00:00
LICENSE.txt Fixed typo and one missed s/used/translated 2009-07-29 22:49:23 +00:00
NOTICE.txt MATH-396. 2010-07-26 21:47:32 +00:00
PROPOSAL.html Fixing the mailing list addresses 2007-07-29 20:14:22 +00:00
RELEASE-NOTES.txt Added MATH-360 2010-03-26 00:27:33 +00:00
build.xml Ensure Ant build behaves the same as Maven for component resources 2011-09-05 02:09:14 +00:00
checkstyle.xml Added checkstyle filter for declaration orders in FastMath. 2011-10-07 07:26:26 +00:00
doap_math.rdf Updated to reflect 2.1 release. 2010-04-02 01:53:38 +00:00
findbugs-exclude-filter.xml fixed javadoc, checkstyle and findbugs warnings 2011-06-03 19:23:56 +00:00
license-header.txt Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:06:35 +00:00
math-RC.sh Added files used in creating RCs. 2010-03-29 00:10:10 +00:00
math-pre-RC.sh Simplify release notes generation 2011-02-25 12:43:28 +00:00
pom.xml Added Sébastien, fixed alpha sort of developers list. 2011-11-06 07:32:46 +00:00
test-jar.xml updated test-jar.xml according to new maven-compliant standard directory layout 2009-08-01 15:10:11 +00:00