Commit Graph

6646 Commits

Author SHA1 Message Date
Gilles 2c6e3404bc MATH-1429: "UnitSphereRandomVectorGenerator" replaced by "UnitSphereSampler".
Functionality moved to "Commons RNG":
  https://issues.apache.org/jira/browse/RNG-39
2017-08-16 14:42:19 +02:00
Gilles eed46beefb Stop trying to build with JDK7 on "Travis".
See
  http://markmail.org/message/rcayzpntymt4ci34
2017-08-15 02:32:40 +02:00
Gilles 333a32488f Plugins update. 2017-08-10 03:04:53 +02:00
Gilles 1e139db440 Update "maven-jgit-buildnumber-plugin". 2017-08-10 01:40:05 +02:00
Gilles dcaed2dc28 Unused import. 2017-08-09 14:37:42 +02:00
Gilles bd82fe9fc0 MATH-1426: Add constructor that takes a "Double[]" argument.
Thanks to Karl Richter.
2017-08-09 14:32:56 +02:00
Gilles 496934effc Javadoc. 2017-08-09 13:56:01 +02:00
Gilles 05c28c05e9 Javadoc.
Thanks to Karl Richter.
2017-08-09 13:54:22 +02:00
Gilles e1f30a1c32 MATH-1425: Overridden methods for improved performance.
Thanks to Christoph Dibak.
2017-07-22 02:17:35 +02:00
Gilles f940239fd2 Javadoc. 2017-07-18 13:10:50 +02:00
Gilles 612a04d6b0 Javadoc. 2017-06-22 03:17:03 +02:00
Gilles b05bd69cdd Avoid repeated computations. 2017-06-22 03:14:35 +02:00
Gilles 34adc60660 MATH-1421: Code refactoring.
Replaced unnecessary usage of "pow" function.
Reordered some operations.

It fixes the reported case where the lower bound was negative (see unit
test), but it might not be sufficient to avoid the problem in all cases.
2017-06-22 03:03:15 +02:00
Gilles 777af155a6 Merge commit 'refs/pull/62/head' of https://github.com/apache/commons-math
Closes #62.
2017-06-15 15:06:47 +02:00
Gilles 1b53f09c3a MATH-1419 2017-06-15 14:21:21 +02:00
Hang Park 67ef6efb61 MATH-1419: Invalid usage of exception in PolynomialSplineFunction
Fix order of parameter for NumberIsTooSmallException when length of
knots is less than 2 in the constructor of PolynomialSplineFunction to
be fit with the definition of the exception. Moreover, boundedIsAllowed
value is changed to true since 2 is also allowed value.

Change the error message format for this exception appropriately in
English and French.

Since this does not affect any error during using the library, but to
make the code more concrete, following definition strictly is important
things to implement functionalities.
2017-06-15 21:17:06 +09:00
Gilles 6f27b4ae8f MATH-1416: Delete functionality available in "Commons Numbers". 2017-06-03 02:31:16 +02:00
Gilles af7f247b64 MATH-1416: Depend on "Commons Numbers".
Use utility methods now defined in module "commons-numbers-angle".
2017-06-03 02:29:30 +02:00
Gilles d9979fa978 Implementation details should not be "public". 2017-05-29 02:32:40 +02:00
Gilles 4717edc26a Javadoc.
Removed "@link" references were causing javadoc warnings.
2017-05-29 02:28:54 +02:00
Gilles bb5568bdc2 Javadoc.
Methods moved to "Commons Numbers".
2017-05-29 02:22:23 +02:00
Gilles 44ff5b5749 Javadoc errors.
Fields that are "private" cannot be referenced with the "@value" tag.
2017-05-29 02:16:05 +02:00
Gilles 08986d79d8 Javadoc. 2017-05-28 02:30:38 +02:00
Rob Tompkins 8b129cc4bd (chore) pointing commons.osgi.symbolicName to package name in pom 2017-05-27 19:54:02 -04:00
Rob Tompkins 673ff98e9d (chore) adding commons.module.name to pom 2017-05-27 10:39:31 -04:00
Gilles 4a37273818 MATH-1416: Delete utilities now in "Commons Numbers". 2017-05-25 02:02:16 +02:00
Gilles 3200db1671 MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-arrays"). 2017-05-25 01:47:49 +02:00
Gilles 97dc91d154 Missing Javadoc comment. 2017-05-22 01:27:36 +02:00
Gilles f10bd416ec Unused import. 2017-05-22 01:26:52 +02:00
Gilles 13710c36f5 Trailing whitespace (CheckStyle). 2017-05-22 01:26:03 +02:00
Gilles 494745fdd0 MATH-1416: Deleted code ported to "Commons Numbers" (module "commons-numbers-combinatorics"). 2017-05-22 00:56:14 +02:00
Gilles d442a770f2 MATH-1416: Replaced usage of combinatorics code with equivalent calls to "Commons Numbers". 2017-05-22 00:54:01 +02:00
Gilles 05107594d2 MATH-1416: Depend on "Commons Numbers". 2017-05-22 00:51:55 +02:00
Gilles 96c8597c0f MATH-1416: Deleted "ContinuedFraction".
Code is now part of "Commons Numbers" (in module "commons-numbers-fraction").
2017-05-21 04:53:09 +02:00
Gilles b81be1fea3 MATH-1416: Delete functionality now in "Commons Numbers". 2017-05-15 01:15:47 +02:00
Gilles 7f74708201 MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-gamma"). 2017-05-15 01:15:09 +02:00
Gilles 44ab256961 MATH-1416: Delete functionality now in "Commons Numbers". 2017-05-14 23:31:25 +02:00
Gilles 2ec4deacfd MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-gamma"). 2017-05-14 23:28:59 +02:00
Gilles e3eff1e3a4 MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-gamma").
Transitional state (until issue NUMBERS-39 is done).
2017-05-13 21:21:24 +02:00
Ray DeCampo cec35baf0b Last of the javadoc issues 2017-05-13 10:40:25 -04:00
Ray DeCampo cc6a661f99 Fix javadoc issues 2017-05-13 10:39:00 -04:00
Ray DeCampo 5634d8c4cc Fix javadoc issues 2017-05-13 10:38:41 -04:00
Ray DeCampo 8e20a6e04b Fix javadoc issues 2017-05-13 10:38:29 -04:00
Ray DeCampo 4666eb3538 Fix javadoc issues 2017-05-13 10:38:19 -04:00
Ray DeCampo d5b2a8bdec Fix javadoc issues 2017-05-13 10:38:09 -04:00
Ray DeCampo 7c7a1c2a4f Fix javadoc issues 2017-05-13 10:27:35 -04:00
Ray DeCampo a5b47638d4 Fix javadoc issues - had to use CSS to simulate nested <sup> tags 2017-05-13 09:52:59 -04:00
Ray DeCampo d06517ad50 Fix javadoc issues 2017-05-13 09:44:32 -04:00
Ray DeCampo 55a6aa82d1 Fix javadoc issues 2017-05-13 09:42:41 -04:00
Ray DeCampo 2fac0dc774 Fix javadoc issues 2017-05-13 09:30:43 -04:00