Author: mikl Date: Mon Mar 21 22:15:35 2011 New Revision: 1083993 URL: http://svn.apache.org/viewvc?rev=1083993&view=rev Log: Added entry in changes.xml for MATH-435 which introduces power methods for RealMatrix and FieldMatrix<T>
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=1083993&r1=1083992&r2=1083993&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Mon Mar 21 22:15:35 2011 @@ -52,6 +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="mikl" type="add" issue="MATH-435"> + Added "power" method in "RealMatrix" and "FieldMatrix<T>" + interfaces and their default implementations in "AbstractRealMatrix" + and "AbstractFieldMatrix". + </action> <action dev="erans" type="update" issue="MATH-545"> Added "cosine" method in "RealVector" interface and default implementation in "AbstractRealVector".