Update for MATH-841 and MATH-855.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1381212 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-09-05 14:51:46 +00:00
parent 68fe06032a
commit 52582d8c45
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ If the output is not quite correct, check for invisible trailing spaces!
<body> <body>
<release version="3.1" date="TBD" description=" <release version="3.1" date="TBD" description="
"> ">
<action dev="erans" type="update" issue="MATH-841" due-to="Sebastien Riou">
Performance improvement in computation of the greatest common divisor
(in class "o.a.c.m.util.ArithmeticUtils").
</action>
<action dev="erans" type="fix" issue="MATH-855">
Added a check so that the returned point will always be the best one.
</action>
<action dev="luc" type="add" > <action dev="luc" type="add" >
Added a NewtonRaphsonSolver that uses the new differentiation package Added a NewtonRaphsonSolver that uses the new differentiation package
to define the function to solve. This class is intended to replace the to define the function to solve. This class is intended to replace the