From 52582d8c458d6c836fff478e3b8d3ca8e09c2417 Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Wed, 5 Sep 2012 14:51:46 +0000 Subject: [PATCH] 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 --- src/changes/changes.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 29f595f6b..e07d8c3ae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,13 @@ If the output is not quite correct, check for invisible trailing spaces! + + Performance improvement in computation of the greatest common divisor + (in class "o.a.c.m.util.ArithmeticUtils"). + + + Added a check so that the returned point will always be the best one. + Added a NewtonRaphsonSolver that uses the new differentiation package to define the function to solve. This class is intended to replace the