You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2019/06/08 20:14:24 UTC

[commons-numbers] 04/06: Merge branch 'feature_root-solver'

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

commit 46824d7542acec33034eb6c6869a3b7d854a7cfb
Merge: b4356bd 487c86a
Author: Gilles Sadowski <gi...@harfang.homelinux.org>
AuthorDate: Sat Jun 8 15:57:13 2019 +0200

    Merge branch 'feature_root-solver'
    
    Completes NUMBERS-112.

 commons-numbers-rootfinder/LICENSE.txt             | 201 ++++++++++++++++
 commons-numbers-rootfinder/NOTICE.txt              |   5 +
 commons-numbers-rootfinder/README.md               |  98 ++++++++
 commons-numbers-rootfinder/pom.xml                 |  52 ++++
 .../commons/numbers/rootfinder/BrentSolver.java    | 239 ++++++++++++++++++
 .../numbers/rootfinder/SolverException.java        |  55 +++++
 .../commons/numbers/rootfinder/package-info.java   |  20 ++
 .../src/site/resources/profile.jacoco              |  17 ++
 commons-numbers-rootfinder/src/site/site.xml       |  35 +++
 commons-numbers-rootfinder/src/site/xdoc/index.xml |  40 ++++
 .../numbers/rootfinder/BrentSolverTest.java        | 266 +++++++++++++++++++++
 .../numbers/rootfinder/MonitoredFunction.java      |  52 ++++
 .../numbers/rootfinder/QuinticFunction.java        |  29 +++
 .../org/apache/commons/numbers/rootfinder/Sin.java |  29 +++
 pom.xml                                            |   1 +
 15 files changed, 1139 insertions(+)