Author: erans Date: Wed Aug 17 21:00:04 2011 New Revision: 1158913 URL: http://svn.apache.org/viewvc?rev=1158913&view=rev Log: MATH-645 MATH-602
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1158913&r1=1158912&r2=1158913&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Wed Aug 17 21:00:04 2011 @@ -52,6 +52,12 @@ The <action> type attribute can be add,u 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>