MATH-645
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:
parent
ed44e8213f
commit
f18228dc45
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue