Add math-235 to changes.xml.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1363118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-18 21:08:51 +00:00
parent 1213c8a2dd
commit cb719d1fa8
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@ If the output is not quite correct, check for invisible trailing spaces!
<body>
<release version="3.1" date="TBD" description="
">
<action dev="tn" type="add" issue="MATH-235">
Added support for real asymmetric matrices to EigenDecomposition.
</action>
<action dev="erans" type="add" issue="MATH-768">
Re-instated methods to find all complex roots of a polynomial (class
"LaguerreSolver" in package "o.a.c.m.analysis.solvers").