Merge branch 'test-MATH-1350' into develop Completes the following report (see JIRA): MATH-1350
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/3ec3a2e3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/3ec3a2e3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/3ec3a2e3 Branch: refs/heads/develop Commit: 3ec3a2e353249f6f98874ecfd43d317dcfe3042d Parents: 0ff84e6 fdfbea4 Author: Gilles <er...@apache.org> Authored: Sat Apr 30 12:00:03 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Apr 30 12:00:03 2016 +0200 ---------------------------------------------------------------------- pom.xml | 3 + .../function/BivariateFunctionTest.java | 44 ++++ .../UnivariateDifferentiableFunctionTest.java | 227 +++++++++++++++++++ .../function/UnivariateFunctionTest.java | 124 ++++++++++ .../complex/ComplexFormatAbstractTest.java | 105 +++++++++ .../euclidean/twod/NestedLoopsTest.java | 67 ++++++ .../geometry/euclidean/twod/Vector2DTest.java | 210 ++++++++++++++++- 7 files changed, 774 insertions(+), 6 deletions(-) ----------------------------------------------------------------------