Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Put copyright notices in NOTICE.txt, clean up LICENSE.txt (mostly s/used/translated)
added references to the classes that are derived works of existing products in the NOTICE and LICENSE files
fixed copyright year
moves subcomponents licenses and disclaimers from NOTICE to LICENSE file, as required by Apache release policy http://www.apache.org/dev/release.html#distributing-code-under-several-licenses thanks to sebb for identifying the issue and providing a pointer to the right way to handle this
added an implementation of the Mersenne twister pseudo random number generator the implementation comes from Mantissa and was a translation of the 2002 version in C by the algorithm authors, which was published under a BSD license
added an implementation of Dantzig's simplex algorithm to solve constrained linear optimization problems JIRA: MATH-246
Moved math 2.0 branch to trunk.
completed implementation of EigenDecompositionImpl. The implementation is now based on the very fast and accurate dqd/dqds algorithm. It is faster than Jama for all dimensions and speed gain increases with dimensions. The gain is about 30% below dimension 100, about 50% around dimension 250 and about 65% for dimensions around 700. It is also possible to compute only eigenvalues (and hence saving computation of eigenvectors, thus even increasing the speed gain). JIRA: MATH-220
branching for initial work on 2.0 starting from a copy of trunk, shortly after 1.2 release
Update m2 build: - add findbugs-exclude-filter.xml to source distro - exclude Cobertura javascript files with license issues - remove NOTICE/LICENSE file resources (already in commons-parent pom) - update copyright year in NOTICE file to 2008
Moving to TLP
Moving back :)
Moving to TLP
Update NOTICE files in trunks-proper in light of TLP move (and add component names to NOTICEs where missing).
moved notice information from Mantissa to commons-math (concerning Levenberg-Marquardt and Gragg-Bulirsch-Stoer algorithms implementations)
Fixed copyright header (committing in parts as the full commit timed out)
svn:keywords correction
Change to Apache License 2.0
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |