clusteringfittingintegrationinterpolationjavaleast-squaresmathoptimizationpolynomialsolverstattransforms
4e50bbcb90
The various ArrayList, HashSet and HashMap used in math have be restricted to the content they are intended for. This removes lots of warnings that have appeared after the switch to Java 5, and improves safety (for example the categories used by OneWayAnova are guaranteed to be double arrays at compile time). Two difficult cases where not handled here: the Frequency class and the Fitness interface. The first one mixes types and needs to be studied before any change is attempted. The second one generates some side effects on the overall package which is still under development. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@657612 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
PROPOSAL.html | ||
RELEASE-NOTES.txt | ||
build.properties.sample | ||
build.xml | ||
checkstyle.xml | ||
doap_math.rdf | ||
findbugs-exclude-filter.xml | ||
license-header.txt | ||
maven.xml | ||
pom.xml | ||
project.properties | ||
project.xml | ||
release-notes.jsl | ||
test-jar.xml | ||
testOnly.sh |