psteitz 2004/10/24 22:37:32
Modified: math/xdocs changes.xml
Log:
Updated to reflect BigMatrix changes.
Revision Changes Path
1.8 +8 -7 jakarta-commons/math/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/math/xdocs/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.xml 24 Oct 2004 17:52:16 -0000 1.7
+++ changes.xml 25 Oct 2004 05:37:32 -0000 1.8
@@ -55,25 +55,26 @@
</action>
<action dev="psteitz" type="update" due-to="Kim van der Linde" issue="30897 ">
Added subMatrix and matrix-valued row and column accessor methods to
- RealMatrix interface and RealMatrixImpl.
+ RealMatrix, BigMatrix interfaces and RealMatrixImpl, BigMatrixImpl.
</action>
<action dev="psteitz" type="update">
- Implemented equals and hashCode in RealMatrixImpl.
+ Implemented equals and hashCode in RealMatrixImpl and BigMatrixImpl.
</action>
<action dev="psteitz" type="fix">
- Fixed RealMatrixImpl toString method to handle empty matrix.
+ Fixed RealMatrixImpl, BigMatrixImpl toString methods to handle empty matrix.
</action>
<action dev="psteitz" type="update">
Added support for "population" variance and standard deviation in
Variance (resp. StandardDeviation) classes.
</action>
<action dev="psteitz" type="update">
- Removed data mutators from RealMatrix interface and RealMatrixImpl.
- RealMatrix instances are now immutable.
+ Removed data mutators from RealMatrix, BigMatrix interfaces and
+ RealMatrixImpl, BigMatrixImpl. RealMatrix and BigMatrix instances
+ are now immutable.
</action>
<action dev="psteitz" type="update">
- Added MatrixUtils class, including static factory methods to create matrices
- from double[] or double[][] arrays.
+ Added MatrixUtils class, including static factory methods to create
+ RealMatrix and BigMatrix instances from arrays of various types.
</action>
<action dev="psteitz" type="fix" due-to="Fredrik Norin" issue="31687">
Changed factorial methods to return 1 for argument = 0, instead of
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]