From cb719d1fa8da9455fa1712ea566b364784d7ae37 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 18 Jul 2012 21:08:51 +0000 Subject: [PATCH] Add math-235 to changes.xml. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1363118 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3a6977c90..e0c00b4ff 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,9 @@ If the output is not quite correct, check for invisible trailing spaces! + + Added support for real asymmetric matrices to EigenDecomposition. + Re-instated methods to find all complex roots of a polynomial (class "LaguerreSolver" in package "o.a.c.m.analysis.solvers").