6444 Commits

Author SHA1 Message Date
Ray DeCampo
e94dbfd332 Fix javadoc issues 2017-05-13 09:15:35 -04:00
Ray DeCampo
5976c9e445 Fix javadoc issues 2017-05-13 09:08:59 -04:00
Ray DeCampo
44b2b2c1b4 Fix javadoc issues 2017-05-12 18:05:11 -04:00
Ray DeCampo
69f13aed99 Fix javadoc issues 2017-05-12 18:00:58 -04:00
Ray DeCampo
b6bcbff8dc Fix javadoc issues 2017-05-12 17:55:33 -04:00
Ray DeCampo
53d9d652f2 Fix javadoc issues 2017-05-12 17:52:09 -04:00
Ray DeCampo
6440b7f648 Fix invalid HTML entity in javadoc 2017-05-12 17:38:42 -04:00
Ray DeCampo
7a59c0af26 MATH-1284: Merge branch 'feature-MATH-1284' 2017-05-12 17:30:53 -04:00
Gilles
bf91584896 Probable typo (tolerance setting in unit test). 2017-05-10 15:33:13 +02:00
Gilles
0f3648f749 Unit tests should have their own tolerance settings. 2017-05-10 15:31:56 +02:00
Gilles
e7b4025ee0 Made field "private" (unit test). 2017-05-10 15:27:06 +02:00
Gilles
59279e378c Javadoc. 2017-05-10 15:25:36 +02:00
Gilles
d71ead41fb Made class fields "private". 2017-05-10 15:23:07 +02:00
Gilles
6568bb2543 Removed deprecated instance field. 2017-05-10 14:48:31 +02:00
Gilles
6ea0eb2d48 Removed deprecated instance field. 2017-05-10 14:44:57 +02:00
Gilles
10e3811403 Removed deprecated instance field and associated contructors.
The RNG instance is passed as argument to the methods that require it.
2017-05-10 14:41:17 +02:00
Bruno P. Kinoshita
5d87a88952 Fix all PMD issues (missing Javadocs for class fields) 2017-05-10 21:13:58 +12:00
Bruno P. Kinoshita
1b80dc4965 Fix all checkstyle issues (missing javadocs params and trailing white space) 2017-05-10 20:53:08 +12:00
Bruno P. Kinoshita
60fdd5f3a6 MATH-1413: Add changes.xml entry 2017-05-10 19:58:44 +12:00
Bruno P. Kinoshita
843fbfbc34 Merge remote-tracking branch 'origin/pr/58'
This closes #58
2017-05-10 19:56:52 +12:00
Gilles
ed1ce82d82 MATH-1417: Incorrect loop start.
Thanks to Jean-François Lecomte for the report and the fix.
2017-05-09 21:31:24 +02:00
Sebb
7a7b390528 Useless Javadoc 2017-05-09 16:59:10 +01:00
Sebb
ae41a22882 Tags don't apply here 2017-05-09 16:37:48 +01:00
Sebb
273b353bf0 More Javadoc8 placation 2017-05-09 16:36:41 +01:00
Sebb
9c1c9ab1bf Bad HTML fixups 2017-05-09 16:22:02 +01:00
Sebb
6b95a3a87c Use simpler MathJax escape sequence 2017-05-09 15:41:09 +01:00
Sebb
57e3daac9d Use HTML entity to placate Javadoc8 2017-05-09 15:18:53 +01:00
Bruno P. Kinoshita
20403f09bf MATH-1831: this closes #43 2017-05-09 15:31:25 +12:00
Bruno P. Kinoshita
f5b5a8b0bc MATH-1381: changes.xml entry 2017-05-09 15:06:52 +12:00
Kexin Xie
9df5e9419d fix a bug that sometimes Binomial test return probability greater than 1 2017-05-09 15:06:52 +12:00
Ray DeCampo
53ec46ba27 Fix some javadoc issues. 2017-05-07 12:35:54 -04:00
Sebb
cdf22ce631 Simple fix to add --allow-script-in-comments for Javadoc8+ 2017-05-07 13:19:05 +01:00
Sebb
52ddc9d353 Simplify; no need for all those entities 2017-05-07 12:59:39 +01:00
Sebb
7b8e00e4d3 Drop references to non-existent classes 2017-05-06 16:51:09 +01:00
Ray DeCampo
c9e49faac2 MATH-1284: Fix javadoc references 2017-05-06 11:03:18 -04:00
Ray DeCampo
05edf06360 MATH-1284: Restore Vector3D class as an abstract implementation of Vector<Euclidean3D> and now Cartesian3D extends Vector3D.
Restore the public interface of Vector3DFormat to act on Vector3D.
2017-05-06 10:59:17 -04:00
Ray DeCampo
09c55eb812 MATH-1284: Restore Vector2D class as an abstract implementation of Vector<Euclidean2D> and now Cartesian2D extends Vector2D.
Restore the public interface of Vector2DFormat to act on Vector2D.
2017-05-06 10:51:16 -04:00
Ray DeCampo
9be91f380c MATH-1284: Restore Vector1D class as an abstract implementation of Vector<Euclidean1D> and now Cartesian1D extends Vector1D.
Restore the public interface of Vector1DFormat to act on Vector1D.
2017-05-06 10:45:00 -04:00
Ray DeCampo
a27ca511a5 MATH-1284: Replace uses of "Vector1D" in comments and supporting files with "Cartesian1D". 2017-05-04 07:30:27 -04:00
Ray DeCampo
e508ad09d7 MATH-1284: Replace uses of Vector3D in user guide with Cartesian2D. 2017-05-04 07:27:37 -04:00
Ray DeCampo
c7d20472de MATH-1284: Replace uses of "Vector2D" in comments and supporting files with "Cartesian2D". 2017-05-04 07:25:15 -04:00
Gilles
35e0ba4493 Fixed over-zealous "search-and-replace". 2017-05-04 02:22:53 +02:00
Gilles
50d2939125 MATH-1416: Depend on "Commons Numbers".
Replaced class "ArithmeticUtils" by its equivalent in module "commons-numbers-core".
2017-05-04 01:55:53 +02:00
Gilles
e082e0c48e MATH-1416: Depend on "Commons Numbers".
Replaced class "Precision" by its equivalent in module "commons-numbers-core".
2017-05-04 01:19:44 +02:00
Gilles
ef2507a816 Prevent build failure of the "javadoc" tool on Java 8. 2017-05-04 01:12:22 +02:00
Gilles
4680647f69 MATH-1416: Depend on "Commons Numbers".
Added dependency on module "commons-numbers-core" (snapshot).
2017-05-04 01:06:12 +02:00
Gilles
cc26f76ad1 Depend on snapshot version of "Commons RNG".
Replace usage of "BoxMullerGaussianSampler" (to be deprecated in the next
version of "Commons RNG").  Update unit tests that are overly sensitive to
the sequence generated by the RNG.
2017-05-04 00:10:51 +02:00
Gilles
dff1a0953d MATH-1382: Unnecessary copying.
Thanks to Stefan Bunk for the report and fix.
Closes #42
2017-05-02 01:18:35 +02:00
Ray DeCampo
a3984815eb MATH-1284: Replace uses of "Vector3D" in comments and supporting files with "Cartesian3D". 2017-04-30 08:26:36 -04:00
Ray DeCampo
e21d4d436b MATH-1284: Replace/rename Coordinate?D classes (nee Vector?D) as Cartesian?D classes as per discussion.
When there are existing overridden methods accepting Vector<Euclidean?D> and Point<Euclidean?D>, add a disambiguating method accepting a Cartesian?D.
Eliminate casts where possible.
2017-04-29 20:29:29 -04:00