Apache Commons Math
Go to file
Mark R. Diggory fe37437c08 In cases where "getResult" contains a statistical calculation, it now
checks if the internal state of the underlying statistic has changed 
and only recalculates if this is true. this way muliple calls to getResult 
when the staistic has not been incremented are less expensive 
because it is only returning a property value.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@140979 13f79535-47bb-0310-9956-ffa450edef68
2003-07-09 16:24:18 +00:00
src In cases where "getResult" contains a statistical calculation, it now 2003-07-09 16:24:18 +00:00
xdocs PR: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21277 2003-07-05 16:59:13 +00:00
.cvsignore actually this is ok, its a problem with the fact that the directory already exists in the cvs. 2003-07-08 04:01:15 +00:00
LICENSE.txt Added an LICENSE.txt in commons-math 2003-05-29 19:41:52 +00:00
PROPOSAL.html Added myself to STATUS and PROPOSAL 2003-05-12 20:32:26 +00:00
RELEASE-NOTES.txt added new commons math component 2003-05-12 15:07:54 +00:00
STATUS.html Submitted by: Phil S. 2003-05-15 05:47:51 +00:00
build.xml Rotating Commons Collections version to SNAPSHOT to get latest primitive collections implementations. 2003-07-05 19:24:18 +00:00
checkstyle.properties Checkstyle should check that each source file include a license 2003-05-29 23:25:00 +00:00
checkstyle.xml This XML configuration file will work with the most recent Maven plugin for Checkstyle, just change the project.properties to point to this XML file. 2003-07-07 13:57:13 +00:00
project.properties This XML configuration file will work with the most recent Maven plugin for Checkstyle, just change the project.properties to point to this XML file. 2003-07-07 13:57:13 +00:00
project.xml Rotating Commons Collections version to SNAPSHOT to get latest primitive collections implementations. 2003-07-05 19:24:18 +00:00