Apache Commons Math
Go to file
Luc Maisonobe 7980a24266 Fixed an event resetting issue in ODE.
When several discrete events occur during the same ODE integration step,
they are handled chronologically or reverse chronologically depending on
the integration direction. If one of the event truncates the step (for
example because its eventOccurred method returns RESET or
RESET_DERIVATIVES for example), the stepAccepted method of the pending
events later in the step were not called. This implied that in the next
step, these events were still referring to data from previous step, they
had lost synchronization with the integrator.

JIRA: MATH-695

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1189086 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 09:08:22 +00:00
siteMods Added files used in creating RCs. 2010-03-29 00:10:10 +00:00
src Fixed an event resetting issue in ODE. 2011-10-26 09:08:22 +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 1. Minor changes to Javadoc of SYMMLQ implementation, following Pr. M. A. Saunders review. 2011-10-25 07:37:08 +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