Author: niallp
Revision: 723507
Modified property: svn:log
Modified: svn:log at Thu Dec 4 16:33:52 2008
--
--- svn:log (original)
+++ svn:log Thu Dec 4 16:33:52 2008
@@ -1 +1 @@
-IO-137 Added method for getting InputStre
Author: niallp
Date: Thu Dec 4 16:23:20 2008
New Revision: 723507
URL: http://svn.apache.org/viewvc?rev=723507&view=rev
Log:
IO-137 Added method for getting InputStream from ByteArrayOutputStream &
IOUtils avoiding unnecessary array allocation and copy - thanks to for the patch
Modified:
co
Author: luc
Date: Thu Dec 4 15:56:17 2008
New Revision: 723500
URL: http://svn.apache.org/viewvc?rev=723500&view=rev
Log:
moved the various solve function out of decomposition algorithms
and into a dedicated DecompositionSolver class
Modified:
commons/proper/math/trunk/src/site/xdoc/userguid
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java?rev=723496&r1=723495&r2=723496&view=diff
Author: luc
Date: Thu Dec 4 07:53:51 2008
New Revision: 723363
URL: http://svn.apache.org/viewvc?rev=723363&view=rev
Log:
removed unused Gershgorin circles class
Gershgorin circles are now handles (simply) inside the EigenDecomposition class
Removed:
commons/proper/math/trunk/src/java/org/a
Author: luc
Date: Thu Dec 4 07:46:44 2008
New Revision: 723361
URL: http://svn.apache.org/viewvc?rev=723361&view=rev
Log:
added (at least!) a first implementation of singular value decomposition.
JIRA: MATH-157, MATH-220, MATH-233
Added:
commons/proper/math/trunk/src/java/org/apache/commons
Author: luc
Date: Thu Dec 4 07:41:57 2008
New Revision: 723359
URL: http://svn.apache.org/viewvc?rev=723359&view=rev
Log:
improved error messages
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java
commons/proper/math/trunk/src/java/org/apache