Commit Graph

5520 Commits

Author SHA1 Message Date
Luc Maisonobe bf2e22ad8a Updating site menu for next version. 2015-04-12 19:00:00 +02:00
Luc Maisonobe ecd900729c Moved FastMathTestPerformance out of the main test tree.
Is is a benchmark rather than a test.

JIRA: MATH-1195
2015-04-12 17:40:34 +02:00
Luc Maisonobe 962a367a54 Added a way to build polyhedrons sets from a vertices and facets. 2015-04-12 16:59:49 +02:00
Phil Steitz 412eed93da Added missing serial version IDs. 2015-04-11 14:43:37 -07:00
Phil Steitz 5bbfff6536 Removed needless import. 2015-04-11 13:28:56 -07:00
Phil Steitz fcc40ccb42 Added Laguerre complex solve methods taking maxEval parameters. JIRA: MATH-1213. 2015-04-10 21:20:31 -07:00
Phil Steitz 89a0c4b221 Added Laguerre complex solve methods taking maxEval parameters. JIRA: MATH-1213. 2015-04-10 21:17:31 -07:00
Luc Maisonobe beb4d1ce66 Fixed ignored method parameters in QRDecomposition protected methods.
JIRA: MATH-1191
2015-04-10 21:32:07 +02:00
Luc Maisonobe aa43eca83f Fixed Java 7 only statement. 2015-04-10 12:22:42 +02:00
Phil Steitz 6a24cf473c Fixed javadoc. JIRA: MATH-1214. 2015-04-09 17:42:59 -07:00
Luc Maisonobe 5c07e5487a Added forgotten message for improved fix. 2015-04-09 22:28:53 +02:00
Luc Maisonobe bcb70e36ca Fixed wrong intersection selection in polyhedrons sets.
Sometimes the selected intersection point was on the wrong side of the
line (i.e. in the opposite of the direction of the line).

Thanks to Mike Zimmerman for identifying and solving the issue.

JIRA: MATH-1211
2015-04-09 22:22:39 +02:00
Luc Maisonobe 9744a812bd Added dump/parse utilities for BSP trees.
These utilities are for test and debug purposes only.
2015-04-09 22:19:06 +02:00
Luc Maisonobe b4d2c75d39 Fixed wrong handling of a corner case.
The problem occurs in very difficult to reproduce cases, as it is really
a corner case. When the vanishing cut-subhyperplane occurs during a
Difference operation, the fixed node still has a null cut-subhyperplane.
This was not proerply handled.

JIRA: MATH-1162
2015-04-08 17:12:32 +02:00
Thomas Neidhart 5023353077 [MATH-1209] Fix link to algorithm description in PoissonDistribution#sample(). Thanks to Jonathan Ogilvie 2015-03-11 22:13:22 +01:00
Phil Steitz 13abd04b46 Corrected the fix for MATH-1208. 2015-03-09 12:49:12 -07:00
Phil Steitz d41364faa4 Fixed EmpiricalDistrubiton#cumulativeProbability to correctly handle constant bin kernels. JIRA: MATH-1208. 2015-03-08 17:46:05 -07:00
Phil Steitz 59912a0724 Made getKernel return a constant distribution for zero variance bins. JIRA: MATH-1203. 2015-03-08 15:11:03 -07:00
Thomas Neidhart 9aa6382673 [MATH-1204] backport to 3.5 branch. 2015-02-19 22:23:10 +01:00
Gilles 68e6de3519 Javadoc 2015-02-04 14:10:33 +01:00
Gilles a25b7b5846 HTML cleanup 2015-02-04 14:09:37 +01:00
Gilles 98d49ae58c Typo 2015-02-04 13:57:58 +01:00
Gilles c7fcb448c9 Javadoc
MATH-1201
2015-02-04 13:56:35 +01:00
Thomas Neidhart 859de3fcba [MATH-1198] Add changelog entry. 2015-01-26 22:11:05 +01:00
Luc Maisonobe f3e1598dfd Fixed hidden field warning. 2015-01-26 10:21:07 +01:00
Luc Maisonobe e7bf6afe50 Fixed checkstyle trailing whitespace warning. 2015-01-26 10:20:38 +01:00
Thomas Neidhart eb57c2b4b1 Added missing changelog entry. 2015-01-25 20:44:56 +01:00
Sebb 3d9a76877b Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math 2015-01-25 00:30:26 +00:00
Sebb f7e42d2ccf MATH-1198 Simplify FastMath exp function
Hopefully also fix Java 1.5 JIT bug
2015-01-25 00:26:21 +00:00
Gilles 75efbfd6b2 Quadratic mean
MATH-1199
2015-01-23 16:56:02 +01:00
Gilles 38e337f5c8 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math 2015-01-23 16:53:42 +01:00
Gilles 6a8ba1fecb Quadratic mean
MATH-1199
2015-01-23 16:46:48 +01:00
Thomas Neidhart 6383def7f6 Fix javadoc: the type is an interface rather than an abstract class. 2015-01-21 21:03:41 +01:00
Thomas Neidhart 15bdcc3be2 Add temporary check for rare test failure. 2015-01-21 00:42:16 +01:00
tn 4e1958256e Enable jacoco again. 2015-01-13 11:04:32 +01:00
tn 3923fc10fe Disable jacoco temporarily. 2015-01-13 10:58:15 +01:00
tn bb20e79f7b Upgrade jacoco to latest version. 2015-01-13 10:49:52 +01:00
tn 14619d3e60 Remove console output. 2015-01-13 10:40:44 +01:00
tn cb177b56b7 Readd console output. 2015-01-13 10:35:27 +01:00
tn 0f36265123 Revert previous commit with debug output, fix typo. 2015-01-13 10:31:06 +01:00
tn c30b59103b Temporarily ignore FastMath tests and add console output to FastMath.exp(). 2015-01-13 10:05:50 +01:00
Thomas Neidhart b262c2359c Add more debug output. 2015-01-13 09:51:49 +01:00
Sebb 9a9e726816 Document debug output 2015-01-13 02:00:47 +00:00
Sebb b4abfb9367 More debug 2015-01-13 01:23:51 +00:00
Thomas Neidhart dc5f850d1d Add temp debug output 2015-01-12 22:07:54 +01:00
Sebb bae46709ec More debug 2015-01-12 20:08:44 +00:00
Sebb 1325e11410 Split into separate tests. Easier to determine which fails; also checks
if subsequent ones are failing
2015-01-12 19:38:40 +00:00
Sebb 85a20aad64 Fix indentation (no code change) 2015-01-12 19:05:01 +00:00
Sebb ac1ebc0e9b Unused 2015-01-12 19:02:35 +00:00
Sebb c4768568c9 Tab police 2015-01-12 18:54:16 +00:00