Gilles
829a4e9ce3
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
63a9488f29
MATH-1335
...
Use new RNG API.
Unrelated code comments removed in unit test.
2016-05-17 15:30:23 +02:00
Gilles
11409e628b
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
0c9af5f450
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
6fc152e417
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
f81e046546
MATH-1335
...
Use new RNG API.
2016-05-17 15:30:23 +02:00
Gilles
57e01f404e
Merge branch 'feature-MATH-1341' into develop
...
Completes issue MATH-1341 (see JIRA).
2016-05-17 14:53:36 +02:00
Gilles
085816b7cf
Javadoc.
2016-05-17 13:09:45 +02:00
Gilles
bc93a9f76a
Javadoc.
2016-05-17 13:08:50 +02:00
Gilles
d731d1645a
Javadoc.
2016-05-16 19:05:24 +02:00
Gilles
2f8ddc3985
Javadoc.
2016-05-16 19:01:06 +02:00
Gilles
0f9ce497b0
MATH-1341
...
Avoid "unchecked cast" warning.
2016-05-16 02:23:00 +02:00
Gilles
748cb60930
MATH-1341
...
Use "RandomUtils" instead of "RandomDataGenerator".
2016-05-16 00:59:13 +02:00
Gilles
653b46857a
MATH-1341
...
Select a seed that make unit tests pass.
2016-05-16 00:58:01 +02:00
Gilles
4a31885cc0
MATH-1357
...
Additional info on how to contribute.
Thanks to Rob Tompkins.
2016-05-15 22:18:40 +02:00
Gilles
1325484c33
Update "changes.xml".
2016-05-14 16:52:02 +02:00
Gilles
64b47d86fa
Merge branch 'feature-MATH-1318' into develop
...
Completes issue MATH-1318 (see JIRA).
2016-05-14 16:26:21 +02:00
Gilles
fb1c112788
Merge branch 'feature-MATH-1015' into develop
...
Completes issue MATH-1015 (see JIRA).
2016-05-14 15:17:40 +02:00
Gilles
0338025679
Use explicit constructor invocation ("this").
2016-05-14 14:20:14 +02:00
Gilles
412a8a0ba6
MATH-1341
...
Unit tests.
2016-05-13 15:45:34 +02:00
Gilles
363be2fea6
MATH-1341
...
Replacement for "o.a.c.m.random.RandomDataGenerator".
Features:
* No trivial syntactic sugar for sampling from distributions
* No duplicate code (secure vs non-secure data generation share the same code)
* No lazy initialization
New class also obsoletes class "RandomGeneratorFactory".
2016-05-13 15:40:26 +02:00
Gilles
bbd702ae2f
Merge branch 'feature-MATH-1015' of https://git-wip-us.apache.org/repos/asf/commons-math into feature-MATH-1015
2016-05-10 23:55:01 +02:00
Gilles
aa89262410
Update "changes.xml".
...
Attribution.
Trailing spaces removed.
2016-05-10 23:52:51 +02:00
Gilles
b77184a218
MATH-1015
...
Gauss-Laguerre quadrature scheme.
Thanks to Thomas Neidhart.
2016-05-10 23:47:36 +02:00
Gilles
db50bb3c3c
Typo.
2016-05-10 23:41:59 +02:00
Gilles
f695c9ce35
MATH-736
...
Removed methods deprecated 4 years ago.
2016-05-07 02:18:14 +02:00
Gilles
93d35c8f29
MATH-1015
...
Gauss-Laguerre quadrature scheme.
Thanks to Thomas Neidhart.
2016-05-07 01:25:42 +02:00
Gilles
9e877986cd
Update "changes.xml".
2016-05-06 12:36:38 +02:00
Eric Prescott-Gagnon
5366158572
Improved digamma function, especially for negative values.
2016-05-05 13:48:13 -04:00
Gilles
cbae75b900
Unused "import" statement.
2016-04-30 16:09:31 +02:00
Gilles
bfc0257adb
Report existence of release 3.6.1 in "changes.xml".
2016-04-30 16:07:15 +02:00
Gilles
7c1a59fa7a
Fixed bug in unit test (French locale).
2016-04-30 15:51:44 +02:00
Gilles
b8e290a2cc
Update "changes.xml".
2016-04-30 15:51:13 +02:00
Gilles
3ec3a2e353
Merge branch 'test-MATH-1350' into develop
...
Completes the following report (see JIRA):
MATH-1350
2016-04-30 12:00:03 +02:00
Evan Ward
0ff84e6a5d
Update release how-to after releasing 3.6.1
2016-04-25 09:11:26 -04:00
Eric Barnhill
d9ae4e2601
Added testing for new ComplexUtils methods, comparing results between Complex and double / float methods
2016-04-23 18:22:02 +02:00
Eric Barnhill
a03d56a27c
Added methods to TestUtils to test precision of Complex object related methods in ComplexUtils
2016-04-23 18:21:24 +02:00
Eric Barnhill
ac37165ed7
Added changes to ComplexUtils.java proposed in feature-MATH-1290: array-wise conversion and extraction methods for converting Complex[] arrays to double and float arrays, split and interleaved, and vice versa; also extracting arrays of absolute value and argument.
2016-04-23 18:19:17 +02:00
Rob Tompkins
fdfbea461d
Removing TODO statement
2016-04-23 08:33:41 -04:00
Rob Tompkins
8ef033be5c
Increasing coverage for ComplexFormat
2016-04-23 08:29:58 -04:00
Rob Tompkins
37c4939a8a
Adding test coverage for math4.analysis.funtiona and euclidean.twod
2016-04-23 08:29:35 -04:00
Gilles
f16d5b1722
Fixed failing tests.
...
Source of failure was MATH-1355: "EigenDecomposition" was assuming that a diagonal matrix could be made non-diagonal.
Added a utility method that creates a dense matrix from an array specifying its diagonal elements.
2016-04-22 03:33:53 +02:00
Gilles
84143c4629
Fixed failing unit test.
...
Source of failure was MATH-1340: Expected exception is now wrapped in another exception.
2016-04-22 03:01:33 +02:00
Gilles
baae2a6f3e
Update of "changes.xml".
2016-04-22 01:01:20 +02:00
Gilles
73952558a1
Merge branch 'feature-MATH-1339' into develop
...
Fixes the following issue (see JIRA):
MATH-1339
2016-04-22 00:16:35 +02:00
Gilles
78ebedb0f1
Merge branch 'feature-MATH-1158' into develop
...
Fixes the following issues (see JIRA):
MATH-1356
MATH-1351
MATH-1348
MATH-1158
MATH-1343
MATH-1124
2016-04-22 00:03:03 +02:00
Gilles
aeb21280ae
Merge branch 'feature-MATH-1335' into develop
...
Fixes the following issues (see JIRA):
MATH-1335
MATH-1337
MATH-1327
MATH-1314
2016-04-21 23:56:39 +02:00
Gilles
71760ddf88
Merge branch 'feature-MATH-1340' into develop
...
Fixes the following issue (see JIRA):
MATH-1340
2016-04-21 23:45:29 +02:00
Gilles
6c4fc0647f
Merge branch 'feature-MATH-1355' into develop
...
Fixes the following issue (see JIRA):
MATH-1355
2016-04-21 23:39:06 +02:00
Gilles
03661de17a
Whitespace.
2016-04-19 12:47:30 +02:00