From f18228dc45b34becf379e190cb8a9bf887252a87 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Wed, 17 Aug 2011 21:00:04 +0000 Subject: [PATCH] MATH-645 MATH-602 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1158913 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 7ca977c90..23352db12 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,12 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Fixed exceptions generated by "ebeMultiply" and "ebeDivide" in "OpenMapRealVector". + + + In "SingularValueDecompositionImpl", added accessor for the inverse of the condition number. + Made pseudo-inverse consistent with rank computation in SingularValueDecompositionImpl.