From adbe097b2b49ad154bf58a1b43e08e6e8de02786 Mon Sep 17 00:00:00 2001 From: William Barker Date: Mon, 19 Oct 2009 00:03:46 +0000 Subject: [PATCH] documenting change git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@826560 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index a7c896045..511037a2b 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -86,6 +86,9 @@ The type attribute can be add,update,fix,remove. Prevent infinite loops in multi-directional direct optimization method when the start point is exactly at the optimal point. + + Prevent possible zero divides on eigenvectors of indefinite matrices +