Commit Graph

6522 Commits

Author SHA1 Message Date
Gary Gregory e767862247 Replace Apache HTTP URL with HTTPS version. 2019-07-07 10:33:05 -04:00
Gary Gregory 4d5ab06012 Replace SVN with GitBox URL. 2019-07-07 09:54:51 -04:00
Gary Gregory dc5791c196 Replace SVN with GitBox URL. 2019-07-07 09:51:45 -04:00
Gary Gregory 69581d83cc Use HTTPS to access Apache resources. 2019-07-06 21:02:05 -04:00
Gary Gregory 31e69b220a Use HTTPS to access Apache resources. 2019-07-06 20:48:06 -04:00
Gilles Sadowski ea44a229da Merge branch 'MATH-1492__heinrich'
Closes #109.
2019-06-20 14:02:40 +02:00
SchamschiLocal e6adb911b6 MATH-1492: Replace usages of commons-numbers-core methods with equivalent java.lang.Math methods
Replace usages of the following methods from org.apache.commons.numbers.core.ArithmeticUtils:

addAndCheck(int, int)
addAndCheck(long, long)
mulAndCheck(int, int)
mulAndCheck(long, long)
subAndCheck(int, int)
subAndCheck(long, long)

With the following methods from java.lang.Math:

addExact(int, int)
addExact(long, long)
multiplyExact(int, int)
multiplyExact(long, long)
subtractExact(int, int)
subtractExact(long, long)
2019-06-19 17:28:35 +02:00
aherbert 5fc2399650 Use CDATA tag around the MathJax script. 2019-06-17 12:21:38 +01:00
Gilles Sadowski 418f2eb7f4 Upgrade to CP 48.
Outdated profile removed: New version will target Java 8 (or later).
Jacoco configuration removed (inherited from CP).
2019-06-16 23:35:19 +02:00
Gilles Sadowski df99665107 Licence header. 2019-06-16 23:34:01 +02:00
Gilles Sadowski 4b0f52c0dd Use "BrentSolver" implementation from "Commons Numbers". 2019-06-09 09:56:52 +02:00
Gary Gregory 49469f756d Name "Apache Commons" in page title. 2019-06-06 10:11:24 -04:00
Gary Gregory 77e603a0fb Javadoc: Use "file name" instead of "filename".
Camel case vars "filename" to "fileName".
2019-05-30 15:29:47 -04:00
Gary Gregory 71aed1094c Javadoc: Use "file system" instead of "filesystem". 2019-05-30 13:55:13 -04:00
Gary Gregory 77a18f0065 Update NOTICE file for 2019. 2019-05-16 14:07:36 -04:00
Gary Gregory 005b4b1c28 Remove Subversion's "@version $Id$". 2019-05-16 10:05:26 -04:00
Gilles Sadowski 063713e875 Track changes. 2019-05-07 23:14:59 +02:00
Gilles Sadowski 5de563e6c7 Merge branch 'MATH-1481__tcharmont'
Completes MATH-1481.

Closes #105.
2019-05-07 23:06:54 +02:00
Théophile Charmont 6d448c4e9b
Update JavaDoc 2019-05-07 17:02:27 +02:00
tcharmont e7208341df Update the maximum dimension of Sobol generator sequence 2019-04-30 17:55:15 +02:00
Gilles Sadowski 0df313bef6 MATH-1401: Cover all possible inputs.
Thanks to Michele De Stefano.
2019-04-18 14:43:27 +02:00
Gilles Sadowski 53d9c7fbfb MATH-1401: Branch added to prevent passing invalid input to "FDistribution".
Thanks to Michele De Stefano for circumscribing the issue.
2019-04-16 12:59:10 +02:00
Gilles Sadowski 8694f8478b Merge branch 'MATH-1477__chee'
Closes #104.
2019-04-10 03:10:43 +02:00
Gilles Sadowski f09514bf20 Track changes. 2019-04-10 03:09:45 +02:00
Chee Sing Lee 55fbf2dc6e MATH-1477: fix reordering check in MillerUpdatingRegression.regress 2019-04-09 11:34:39 -07:00
Gilles Sadowski 286ab7c6dd Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math 2019-04-05 15:23:27 +02:00
Gilles Sadowski 8ba4b12f40 MATH-1475: Unit test does not display the problem reported. 2019-04-05 15:17:36 +02:00
aherbert f3719d89ab Fix Javadoc reference. 2019-02-15 11:09:44 +00:00
aherbert 5acefbd61c Fixed MathJax Javadoc support for maven-javadoc-plugin version 3. 2019-02-15 11:01:49 +00:00
Gilles Sadowski d7d4e4df72 INFRA-17381: Repository moved to "gitbox". 2018-12-11 02:45:33 +01:00
Gilles 34bd170774 MATH-1467: Avoid raising exception when the locale's language is "English".
The change also avoids raising an exception when a translation is missing.
2018-08-29 03:46:52 +02:00
Gilles efb0230063 Unit test for MATH-1466. 2018-08-29 02:13:57 +02:00
Gilles 2b4fcc2c21 Update dependencies. 2018-08-29 02:13:05 +02:00
Gilles b3fb9a1f6a Formatting. 2018-08-28 20:12:33 +02:00
Gilles c89916ca4c Javadoc. 2018-08-28 20:09:12 +02:00
Gilles e009e73e75 Javadoc. 2018-08-10 16:31:15 +02:00
Gilles 637ca91134 Merge branch 'update-MATH-1459__adrian'
Closes #86
2018-08-09 17:45:22 +02:00
adrian ff3d3655ac remove an unused file. 2018-06-28 14:40:09 -04:00
adrian f90d29262b for a large number of params, avoid copying array.
also fixes an incorrect javadoc comment.
2018-06-28 14:40:09 -04:00
Gary Gregory eb57d6d457 The the patrol. 2018-06-16 15:48:50 -06:00
Gilles 00a0c6cb86 MATH-1463: Abide by class "Iterator" contract. 2018-06-12 15:11:58 +02:00
Gilles e37de249b1 Class "ComplexUtils" was moved to another module. 2018-06-11 23:30:22 +02:00
Gilles 3a03e2a631 Track changes. 2018-05-16 16:51:35 +02:00
Gilles 064f5994f6 Unused "import". 2018-05-16 16:51:12 +02:00
Gilles 78ee07c627 Merge branch 'feature_MATH-1459'
Closes #84
2018-05-16 16:16:50 +02:00
adrian 6dc6cf5b2f MATH-1459: Create a way to automatically calculate a Jacobian matrix using a differentiator. 2018-05-16 16:15:29 +02:00
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