Apache Commons Math
Go to file
Luc Maisonobe 924041770d added a first version of eigen decomposition implementation
this version is not finished yet, but it does work when
eigenvalues are well separated and is faster than JAMA for
dimensions above 100.
It still needs work as the MRRR algorithm is not implemented
yet (only the basic parts with twisted factorization is there).
I continue working on this, but wanted to have a first version
committed to let people play with it and as a basis for comparison.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@701897 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05 22:38:13 +00:00
src added a first version of eigen decomposition implementation 2008-10-05 22:38:13 +00:00
LICENSE.txt Actually, we should really be switching to Apache license 2.0. 2004-01-29 16:52:41 +00:00
NOTICE.txt Update m2 build: 2008-02-02 02:10:35 +00:00
PROPOSAL.html Fixing the mailing list addresses 2007-07-29 20:14:22 +00:00
RELEASE-NOTES.txt Changed version to RC2, added pointer to build instructions. 2008-02-17 05:19:41 +00:00
build.properties.sample Dropped reference to 1.1 release. 2008-02-17 16:55:24 +00:00
build.xml removed references to discovery 2008-04-24 14:40:29 +00:00
checkstyle.xml COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. 2008-05-23 06:14:37 +00:00
doap_math.rdf replaced some references to Jakarta after commons switched as TLP 2007-08-15 16:43:31 +00:00
findbugs-exclude-filter.xml Support for one dimensional vectors has been added to the linear algebra 2008-07-27 19:15:22 +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
maven.xml removed references to discovery 2008-04-24 14:40:29 +00:00
pom.xml added Ted Dunning to the list of contributors (for probability density functions) 2008-09-09 20:59:01 +00:00
project.properties COMMONSSITE-30 - fix the checkstyle configuration to work for multi-module and review/update <reporting> plugin version numbers for the poms being changed. 2008-05-23 06:14:37 +00:00
project.xml Refactored data specification in multiple regression api. JIRA: MATH-255. Patched by Mauro Televi. 2008-07-12 21:41:17 +00:00
release-notes.jsl Changed version to RC2, added pointer to build instructions. 2008-02-17 05:19:41 +00:00
test-jar.xml removed references to discovery 2008-04-24 14:40:29 +00:00
testOnly.sh Fixed copyright header (committing in parts as the full commit timed out) 2006-11-29 07:06:35 +00:00