You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2015/11/22 16:24:39 UTC

[5/6] [math] Merge remote-tracking branch 'origin/MATH_3_X' into field-ode

Merge remote-tracking branch 'origin/MATH_3_X' into field-ode

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1b2ba243
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1b2ba243
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/1b2ba243

Branch: refs/heads/field-ode
Commit: 1b2ba24395e2cb9bcba88cadc8646cf3bdc2b3f8
Parents: 5bdce08 d391146
Author: Luc Maisonobe <lu...@apache.org>
Authored: Sun Nov 22 16:09:56 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Sun Nov 22 16:09:56 2015 +0100

----------------------------------------------------------------------
 .../math3/analysis/FieldUnivariateFunction.java | 86 --------------------
 .../analysis/RealFieldUnivariateFunction.java   | 86 ++++++++++++++++++++
 .../FieldBracketingNthOrderBrentSolver.java     |  6 +-
 .../dfp/BracketingNthOrderBrentSolverDFP.java   |  4 +-
 .../math3/dfp/UnivariateDfpFunction.java        |  2 +-
 .../EnumeratedIntegerDistribution.java          | 11 ++-
 .../EnumeratedRealDistribution.java             | 11 ++-
 .../commons/math3/ml/neuralnet/Network.java     |  1 +
 .../commons/math3/ml/neuralnet/Neuron.java      |  3 +
 .../ml/neuralnet/twod/NeuronSquareMesh2D.java   |  8 +-
 .../ml/neuralnet/twod/util/HitHistogram.java    |  1 +
 .../ml/neuralnet/twod/util/LocationFinder.java  |  1 +
 .../twod/util/MapDataVisualization.java         |  1 +
 .../neuralnet/twod/util/MapVisualization.java   |  1 +
 .../neuralnet/twod/util/QuantizationError.java  |  1 +
 .../twod/util/SmoothedDataHistogram.java        |  1 +
 .../twod/util/TopographicErrorHistogram.java    |  1 +
 .../twod/util/UnifiedDistanceMatrix.java        |  1 +
 .../stat/inference/KolmogorovSmirnovTest.java   | 59 --------------
 .../apache/commons/math3/util/MathArrays.java   |  5 ++
 .../FieldBracketingNthOrderBrentSolverTest.java | 18 ++--
 21 files changed, 135 insertions(+), 173 deletions(-)
----------------------------------------------------------------------