Author: erans Date: Tue Jul 26 11:00:32 2011 New Revision: 1151062 URL: http://svn.apache.org/viewvc?rev=1151062&view=rev Log: MATH-623
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=1151062&r1=1151061&r2=1151062&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Tue Jul 26 11:00:32 2011 @@ -52,7 +52,11 @@ 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="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.