You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2015/12/28 16:29:36 UTC

[2/3] [math] Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math


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

Branch: refs/heads/master
Commit: 85a4fdd0ead28ad4c2f489116b34166c2761e4a3
Parents: 799a38a 6b5d073
Author: Phil Steitz <ph...@gmail.com>
Authored: Mon Dec 28 07:42:05 2015 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Mon Dec 28 07:42:05 2015 -0700

----------------------------------------------------------------------
 src/changes/changes.xml                         |   4 +
 .../math4/exception/util/LocalizedFormats.java  |   1 +
 .../euclidean/threed/FieldRotation.java         | 217 ++++++++++++--
 .../geometry/euclidean/threed/Rotation.java     | 182 +++++++-----
 .../commons/math4/ode/MultistepIntegrator.java  |   4 +
 .../math4/random/JDKRandomGenerator.java        |  76 ++++-
 .../commons/math4/random/MersenneTwister.java   |   7 +-
 .../commons/math4/util/CombinatoricsUtils.java  |   2 +-
 .../util/LocalizedFormats_fr.properties         |   1 +
 src/site/xdoc/userguide/geometry.xml            |   8 +-
 .../org/apache/commons/math4/PerfTestUtils.java |  15 +-
 .../exception/util/LocalizedFormatsTest.java    |   2 +-
 .../euclidean/threed/FieldRotationDSTest.java   | 284 ++++++++++++++++++-
 .../euclidean/threed/FieldRotationDfpTest.java  | 166 ++++++++++-
 .../geometry/euclidean/threed/RotationTest.java | 112 +++++++-
 .../nonstiff/AdamsBashforthIntegratorTest.java  |  25 ++
 16 files changed, 964 insertions(+), 142 deletions(-)
----------------------------------------------------------------------