Add 34042 fix.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@179959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2005-06-04 05:37:44 +00:00
parent 24d837eafd
commit 59c267c22d
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="1.1" date="In Development"
description="Jakarta Commons Math 1.1 - Development">
<action dev="psteitz" type="update" issue="35042" due-to="Paul Field">
Eliminated repeated endpoint function evalutations in BrentSolver, SecantSolver.
</action>
<action dev="psteitz" type="update" issue="35007" due-to="Rodrigo di Lorenzo Lopes">
Added setSubMatrix methods to RealMatrix, BigMatrix.
</action>