Merge branch 'MATH_3_X' into 3.6-release Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/47ae2b7c Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/47ae2b7c Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/47ae2b7c
Branch: refs/heads/3.6-release Commit: 47ae2b7c84fba9f4dd857b7c70941ec2ef7e6f39 Parents: 2525399 026e330 Author: Luc Maisonobe <l...@apache.org> Authored: Sat Jan 2 19:53:12 2016 +0100 Committer: Luc Maisonobe <l...@apache.org> Committed: Sat Jan 2 19:53:12 2016 +0100 ---------------------------------------------------------------------- build.xml | 23 +- doc/release/release.howto.txt | 21 +- .../apache/commons/math3/complex/Complex.java | 154 ++--- .../math3/random/BitsStreamGenerator.java | 1 - .../apache/commons/math3/util/Precision.java | 39 +- src/site/xdoc/userguide/stat.xml | 9 +- .../commons/math3/complex/ComplexTest.java | 18 + .../EnumeratedIntegerDistributionTest.java | 5 +- .../AbstractAdamsFieldIntegratorTest.java | 260 -------- ...ctEmbeddedRungeKuttaFieldIntegratorTest.java | 600 ----------------- .../AbstractRungeKuttaFieldIntegratorTest.java | 662 ------------------- ...ractRungeKuttaFieldStepInterpolatorTest.java | 305 --------- .../AdamsBashforthFieldIntegratorTest.java | 2 +- .../AdamsFieldIntegratorAbstractTest.java | 260 ++++++++ .../AdamsMoultonFieldIntegratorTest.java | 2 +- ...sicalRungKuttaFieldStepInterpolatorTest.java | 2 +- .../ClassicalRungeKuttaFieldIntegratorTest.java | 2 +- .../DormandPrince54FieldIntegratorTest.java | 2 +- ...ormandPrince54FieldStepInterpolatorTest.java | 2 +- .../DormandPrince853FieldIntegratorTest.java | 2 +- ...rmandPrince853FieldStepInterpolatorTest.java | 2 +- ...edRungeKuttaFieldIntegratorAbstractTest.java | 600 +++++++++++++++++ .../ode/nonstiff/EulerFieldIntegratorTest.java | 2 +- .../EulerFieldStepInterpolatorTest.java | 2 +- .../ode/nonstiff/GillFieldIntegratorTest.java | 2 +- .../nonstiff/GillFieldStepInterpolatorTest.java | 2 +- .../HighamHall54FieldIntegratorTest.java | 2 +- .../HighamHall54FieldStepInterpolatorTest.java | 2 +- .../ode/nonstiff/LutherFieldIntegratorTest.java | 2 +- .../LutherFieldStepInterpolatorTest.java | 2 +- .../nonstiff/MidpointFieldIntegratorTest.java | 2 +- .../MidpointFieldStepInterpolatorTest.java | 2 +- .../RungeKuttaFieldIntegratorAbstractTest.java | 662 +++++++++++++++++++ ...eKuttaFieldStepInterpolatorAbstractTest.java | 305 +++++++++ .../ThreeEighthesFieldIntegratorTest.java | 2 +- .../ThreeEighthesFieldStepInterpolatorTest.java | 2 +- test-jar.xml | 50 +- 37 files changed, 2006 insertions(+), 2008 deletions(-) ----------------------------------------------------------------------