Commit Graph

6376 Commits

Author SHA1 Message Date
Gary Gregory f9499be20e Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:58:59 -06:00
Gilles 36553ffab3 Merge branch 'fix_MATH-1458'
Closes #85
2018-05-08 17:49:12 +02:00
Gilles 2eaa0fc5c1 Code style. 2018-05-08 15:57:34 +02:00
Gilles f813385c7e Code style. 2018-05-08 15:54:09 +02:00
Gilles a38ef0eaf3 Trailing spaces. 2018-05-08 15:48:57 +02:00
aherbert 45db3da2f8 MATH-1458: Removed trailing whitespace for checkstyle 2018-05-08 13:22:22 +01:00
aherbert d97cc96e28 MATH-1458: Fixed iteration of the SimpsonIntegrator 2018-05-08 10:47:00 +01:00
aherbert 3cce9ed6c3 MATH-1458: Added JUnit tests to document failure 2018-05-08 10:46:05 +01:00
Gilles 6ab196087c Typo (unit test).
Thanks to Adrian.
2018-05-03 11:49:05 +02:00
Gilles f43069ac6d MATH-1460: Trigger exception as soon as maximal count is reached. 2018-05-02 19:56:51 +02:00
Gilles d9b0be1c9a Method name changed from "ofCartesian" to "ofReal".
See issue NUMBERS-53 on JIRA.
2018-03-31 02:38:47 +02:00
Gilles c5512b7d69 Javadoc. 2018-03-18 02:22:03 +01:00
Gilles b048757035 Merge branch 'fix_MATH-1416' 2018-03-18 01:43:01 +01:00
Matt Juntunen 1abe3c7699 MATH-1416: replace all calls to the old o.a.c.numbers.Complex constructor with calls to the new static factory methods 2018-03-17 15:13:23 -04:00
Gilles 939e9f1d63 Temporary duplicate code removed. 2018-02-28 03:55:54 +01:00
Gilles 583d9ec864 Removed unused classes.
Class "Complex" is replaced by its equivalent in "Commons Numbers".
Class "ComplexField" has no replacement: see ongoing discussion on the
"dev" ML (and issue NUMBERS-51 on JIRA).
2018-02-28 03:37:54 +01:00
Gilles 35378d9c4a MATH-1416: Depend on "Commons Numbers". 2018-02-28 03:32:19 +01:00
Gilles 56b28f34d9 MATH-1416: Depend on "Commons Numbers". 2018-02-28 02:41:47 +01:00
Gilles db37a6d844 MATH-1416: Depend on "Commons Numbers". 2018-02-28 02:29:31 +01:00
Gilles 0f25f11ce6 MATH-1416: Depend on "Commons Numbers". 2018-02-28 02:07:37 +01:00
Gilles c965f1c7fc Merge branch 'fix__MATH-1450'
Closes #81
2018-02-15 11:05:50 +01:00
darkma773r 7bbeaf72e8 MATH-1450: merging extra PolygonsSet unit tests created as part of MATH-1437 2018-02-14 20:51:03 -05:00
darkma773r 8f88dcfc90 MATH-1437: updating test syntax for consistency 2018-02-11 13:46:26 -05:00
darkma773r b295635a87 MATH-1437: adding more tests to PolygonsSetTest; tests rely on the fix for MATH-1450 2018-02-11 13:26:42 -05:00
darkma773r 73f3e2b3d6 MATH-1450: fixing PolygonsSet to return correct last vertex for open loops 2018-02-10 23:44:16 -05:00
Gilles cfe0502990 Merge branch 'fix_MATH-1449'
Closes #80
2018-02-07 00:53:41 +01:00
darkma773r 53a0a9ff85 MATH-1449: updating unit test syntax based on code review 2018-02-05 21:02:07 -05:00
darkma773r 0e9f604e87 MATH-1449: fixing PolygonsSet.getBarycenter() to return Cartesian2D.NaN for empty regions 2018-02-04 14:18:36 -05:00
Gilles a37dcb93be Merge branch 'fix_MATH-1447'
Closes #78
2018-02-02 17:51:34 +01:00
darkma773r 7413383758 MATH-1447: adding check for infinite lines when filtering spurious vertices in PolygonsSet vertex loop creation 2018-02-02 17:13:22 +01:00
Gilles 036a2cae25 Target Java 8.
To allow dependence on spin-off components that also target Java 8.
2018-02-02 17:04:03 +01:00
Gilles 60bcdd450d Revert "MATH-1441: Cache instance of "TDistribution"."
This reverts commit 1f07a0bf70.

Caching does not seem to provide any perfomance improvement.
2018-01-27 00:39:45 +01:00
Gilles 1f07a0bf70 MATH-1441: Cache instance of "TDistribution". 2018-01-26 17:56:32 +01:00
Gilles 54fa0a855e Merge branch 'task_MATH-1437'
Closes #77
2018-01-26 13:01:13 +01:00
Gilles ed98d264cf No tabs allowed. 2018-01-26 12:41:34 +01:00
darkma773r 24d3dd8ba7 MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed 2018-01-25 22:41:43 -05:00
darkma773r 1b99b4583c Merge branch 'master' into test-MATH-1437 2018-01-25 21:21:06 -05:00
Gilles 3ea45970db Merge branch 'fix_MATH-1442'
Closes #75
2018-01-26 01:00:45 +01:00
Gilles 32c5735c8a Javadoc. 2018-01-26 01:00:13 +01:00
Gilles e4a613ffe0 Unused "import". 2018-01-25 20:05:50 +01:00
Gilles 4e93138656 MATH-1443: Depend on "Commons Statistics".
Simplify classes that remain in "Commons Math".
2018-01-25 19:34:16 +01:00
Gilles b1a8299ad2 MATH-1443: Depend on "Commons Statistics".
Simplify classes that remain in "Commons Math".
2018-01-25 19:20:03 +01:00
Gilles d2359cedd7 Javadoc. 2018-01-25 18:47:59 +01:00
Gilles 87f6b2c3d2 Class is obsolete. 2018-01-25 18:40:55 +01:00
Gilles ef84681392 MATH-1443: Depend on "Commons Statistics".
Deleted all classes that have a counterpart in "Commons Statistics".
2018-01-25 18:36:19 +01:00
Gilles 3e24c28e68 MATH-1443: Depend on "Commons Statistics". 2018-01-25 18:35:44 +01:00
Gilles 06bc5ac61a MATH-1443: Depend on "Commons Statistics". 2018-01-25 18:31:10 +01:00
Gilles b2d4b2ac3a MATH-1443: Depend on "Commons Statistics". 2018-01-25 17:54:31 +01:00
Gilles c3ff46e303 Use code moved to "Commons RNG" (v1.1 snapshot). 2018-01-25 17:24:55 +01:00
Gilles c4218b8385 MATH-1443: Depend on "Commons Statistics". 2018-01-25 17:08:40 +01:00