Updated to reflect recent changes.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141474 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
20eb63732c
commit
8b5b7b3ba4
|
@ -53,6 +53,32 @@ The <action> type attribute can be add,update,fix,remove.
|
||||||
<action dev="psteitz" type="update" due-to="Ken Geis" issue="31522">
|
<action dev="psteitz" type="update" due-to="Ken Geis" issue="31522">
|
||||||
Improved efficiency of logGamma method in o.a.c.m.special.Gamma
|
Improved efficiency of logGamma method in o.a.c.m.special.Gamma
|
||||||
</action>
|
</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.
|
||||||
|
</action>
|
||||||
|
<action dev="psteitz" type="update">
|
||||||
|
Implemented equals and hashCode in RealMatrixImpl.
|
||||||
|
</action>
|
||||||
|
<action dev="psteitz" type="fix">
|
||||||
|
Fixed RealMatrixImpl toString method 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.
|
||||||
|
</action>
|
||||||
|
<action dev="psteitz" type="update">
|
||||||
|
Added MatrixUtils class, including static factory methods to create matrices
|
||||||
|
from double[] or double[][] arrays.
|
||||||
|
</action>
|
||||||
|
<action dev="psteitz" type="fix" due-to="Fredrik Norin" issue="31687">
|
||||||
|
Changed factorial methods to return 1 for argument = 0, instead of
|
||||||
|
(incorrectly) throwing IllegalArgumentException.
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
|
|
||||||
<release version="1.0-RC1" date="2004-09-07">
|
<release version="1.0-RC1" date="2004-09-07">
|
||||||
|
|
Loading…
Reference in New Issue