Gilles Sadowski
a9c64a5002
Javadoc.
2019-12-02 08:21:50 +01:00
Gilles Sadowski
735dbc7934
MATH-1469: Removal of codes ported to "Commons Geometry".
...
Classes "FieldVector3D" and "FieldRotation" were not ported as they depend on "RealFieldElement".
2019-12-02 05:25:25 +01:00
Gilles Sadowski
471d4d60dc
MATH-1500 (unit tests).
2019-10-28 01:51:42 +01:00
Gilles Sadowski
9988a5b3c4
Code upgraded following MATH-1500.
2019-10-27 15:11:56 +01:00
Gilles Sadowski
ec77f54bef
MATH-1500: LU decomposition for a matrix whose entries are elements of a field.
2019-10-27 15:10:11 +01:00
Gilles Sadowski
407f1e780e
Code upgraded following MATH-1499.
2019-10-27 15:02:21 +01:00
Gilles Sadowski
128523112b
MATH-1499: Matrix whose entries are elements of a field.
2019-10-27 14:59:19 +01:00
Gilles Sadowski
2e219c32e8
Use methods defined in "AnyMatrix".
2019-10-27 14:47:52 +01:00
Gilles Sadowski
7acf4d9ccc
Add "default" methods.
2019-10-27 14:32:58 +01:00
Gilles Sadowski
78e4c98096
Remove redundant declarations/definitions.
...
Target for next release is Java 8+.
2019-10-27 13:58:47 +01:00
Gilles Sadowski
3fc25204b5
Use a generator with a low overhead.
...
Thanks to Alex Herbert.
2019-10-22 17:49:16 +02:00
Gilles Sadowski
c7973fe10a
Use "BigFraction" class from "Commons Numbers".
2019-10-22 16:05:26 +02:00
Gilles Sadowski
830f1d1443
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math
2019-10-22 13:59:17 +02:00
Gilles Sadowski
0346204c7c
Use "BigFraction" class from "Commons Numbers".
2019-10-22 13:58:10 +02:00
Gilles Sadowski
f8c031ee38
Upgrade to "Commons RNG" (v1.2).
...
Seed had to be modified in class "KolmogorovSmirnovTest" for a unit test to pass.
2019-10-22 13:49:45 +02:00
Gilles Sadowski
d0d4feaf27
Use properties to define version of dependencies.
2019-10-22 13:45:13 +02:00
Sebb
6ce50484f6
Grammar
2019-09-27 19:47:14 +01:00
Matty G
4a36e44491
Typo
2019-09-27 08:13:19 -07:00
Matty G
09f8e50dc8
Update ode.xml
2019-09-27 08:10:57 -07:00
Gilles Sadowski
f72172bf66
Unnecessary "throws" clauses and unused "import" statements.
2019-09-17 15:04:42 +02:00
Gilles Sadowski
a9645dbc02
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math
2019-08-19 12:55:30 +02:00
Gilles Sadowski
4a0b49737c
POM file standardization.
...
Cf. https://markmail.org/message/obiklp3oeuu7y2fc
2019-08-19 12:51:29 +02:00
Gary Gregory
f78d3157f0
Drop Oracle JDK 8.
2019-08-14 13:28:42 -07:00
Gary Gregory
8e309f4ed9
Fix the site's source repository link.
2019-07-21 16:54:02 -04:00
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