clusteringfittingintegrationinterpolationjavaleast-squaresmathoptimizationpolynomialsolverstattransforms
7a74137904
New "Quaternion" class. Thanks to Julien Anxionnat. After applying the original patch, the following changes were made: * Renamed the "static" quaternion instances ("PLUS_" prefix removed). * Removed some (syntactic sugar) methods; removed or modified corresponding unit tests. * Made the redundant accessors call the "canonic" ones. * Removed the default tolerance and added an explicit tolerance parameter in methods that depend on equality testing. * When a "ZeroException" is thrown, the actual value of the norm is provided in the detailed message (as the implementation actually does not use a strict comparison with 0). * Added "equals(Object)" and "hashCode" methods. * Javadoc and formatting. Added license header. * Removed "toString" documentation (as this representation should not be binding). Changed the representation to not use a comma. * Renamed "scalarMultiply" to "multiply". * More stringent tolerance used in the unit tests assertions, whenever possible. * Added unit tests. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1388099 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
siteMods | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
PROPOSAL.html | ||
RELEASE-NOTES.txt | ||
build.xml | ||
checkstyle.xml | ||
doap_math.rdf | ||
findbugs-exclude-filter.xml | ||
license-header.txt | ||
math-RC.sh | ||
math-pre-RC.sh | ||
pom.xml | ||
test-jar.xml |