git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1151062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-07-26 11:00:32 +00:00
parent 57ae67e836
commit 0770b1f1a9
1 changed files with 5 additions and 1 deletions

View File

@ -52,7 +52,11 @@ 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="update" issue="MATH-577" due-to="Arne Plöse">
<action dev="erans" type="update" issue="MATH-623" due-to="Arne Plöse">
Slightly more efficient implementation of basic operations in
"ArrayRealVector".
</action>
<action dev="erans" type="add" issue="MATH-577" due-to="Arne Plöse">
Overloaded methods (add, subtract, multiply, divide) to take a "double" parameter
(as a complex number with zero imaginary part).
Code and Javadoc cleanup.