Merge branch 'feature-MATH-1290' into develop Completes the following reports (see JIRA): MATH-1290 MATH-1291 MATH-1292
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/c4c288a3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/c4c288a3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/c4c288a3 Branch: refs/heads/develop Commit: c4c288a3e0e610ed02801b17ed26016b0e734032 Parents: a8c6d43 a3677db Author: Gilles <gil...@harfang.homelinux.org> Authored: Tue May 24 01:04:11 2016 +0200 Committer: Gilles <gil...@harfang.homelinux.org> Committed: Tue May 24 01:04:11 2016 +0200 ---------------------------------------------------------------------- .../math4/analysis/solvers/LaguerreSolver.java | 6 +- .../commons/math4/complex/ComplexUtils.java | 2201 +++++++++++++++++- .../org/apache/commons/math4/TestUtils.java | 68 + .../commons/math4/complex/ComplexUtilsTest.java | 559 ++++- 4 files changed, 2766 insertions(+), 68 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/c4c288a3/src/test/java/org/apache/commons/math4/TestUtils.java ----------------------------------------------------------------------