MATH-602


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1158913 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-08-17 21:00:04 +00:00
parent ed44e8213f
commit f18228dc45
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="erans" type="fix" issue="MATH-645">
Fixed exceptions generated by "ebeMultiply" and "ebeDivide" in "OpenMapRealVector".
</action>
<action dev="erans" type="add" issue="MATH-602" due-to="Greg Serijevski">
In "SingularValueDecompositionImpl", added accessor for the inverse of the condition number.
</action>
<action dev="psteitz" type="fix" issue="MATH-601" due-to="Chris Nix and Greg Serijevski">
Made pseudo-inverse consistent with rank computation in SingularValueDecompositionImpl.
</action>