Luc Maisonobe
cc606e54ca
Updated release howto to not delete the release branch after release.
2016-01-01 14:12:27 +01:00
Luc Maisonobe
0d0a5b65c6
updated URL.
2016-01-01 13:17:21 +01:00
Luc Maisonobe
33a2aea01e
updated copyright year
2016-01-01 12:36:46 +01:00
Gilles
c9c252bf26
MATH-1300
...
Backport of changes originally introduced in "master" branch.
2016-01-01 00:18:12 +01:00
Phil Steitz
2983ff81b1
Improved performance and accuracy of 2-sample KS tests. JIRA: MATH-1310.
2015-12-31 15:02:11 -07:00
Thomas Neidhart
56a6287761
Fix compilation problems with java 1.5: remove @Override tags for interfaces, fix problem with cast, remove unneeded type parameters in test methods. Additionally, added @Override tags for implemented abstract methods as suggested by eclipse, small typo fixes.
2015-12-29 20:47:31 +01:00
Luc Maisonobe
df1ce13f97
Field-based implementation of Adams-Moulton ODE integrator.
2015-12-29 17:30:40 +01:00
Luc Maisonobe
874343c0e9
typo.
2015-12-29 17:30:00 +01:00
Luc Maisonobe
84fd5fe3e6
Field-based Adams-Bashforth integrator.
2015-12-28 22:14:14 +01:00
Luc Maisonobe
ba6bd8cbe1
Base classes for field-based multistep integrators.
2015-12-28 22:13:48 +01:00
Luc Maisonobe
4a501b6596
typos.
2015-12-28 22:12:27 +01:00
Luc Maisonobe
34b136cfbf
Avoid protected fields.
2015-12-28 22:12:08 +01:00
Phil Steitz
98b7057e03
Javadoc fixes.
2015-12-28 14:00:29 -07:00
Phil Steitz
cdfa228e7f
Javadoc fix: use stable link.
2015-12-28 08:33:03 -07:00
Phil Steitz
9f51a3b8cd
Javadoc fixes.
2015-12-28 07:40:55 -07:00
Luc Maisonobe
74c643b895
Renamed interfaces for consistency with other classes.
2015-12-28 13:07:00 +01:00
Luc Maisonobe
264851fcfc
Detect start failures with multi-step ODE integrators.
...
JIRA: MATH-1297
2015-12-27 13:33:30 +01:00
Luc Maisonobe
82e1a8cd08
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2015-12-27 13:05:17 +01:00
Luc Maisonobe
7db19f7d9c
Added compose and composeInverse to rotations.
...
These method are more flexible than the existing applyTo and
applyInverseTo (which are still present), because they allow caller
to specify a RotationConvention.
JIRA: MATH-1302, MATH-1303
Github: closes #22
2015-12-27 13:04:55 +01:00
Phil Steitz
2d0d2ff142
Javadoc fixes.
2015-12-26 15:12:26 -07:00
Luc Maisonobe
971a778650
Added a RotationConvention enumerate.
...
This enumerate allows specifying the semantics or axis/angle for
rotations. This enumerate has two values: VECTOR_OPERATOR and
FRAME_TRANSFORM.
JIRA: MATH-1302, MATH-1303
2015-12-26 21:21:44 +01:00
Phil Steitz
cc893e4998
Reverted unecessary escapes.
2015-12-26 09:51:33 -07:00
Phil Steitz
41642aaaad
Javadoc fixes.
2015-12-26 09:05:36 -07:00
Phil Steitz
523774aa8b
Javadoc fixes.
2015-12-25 14:03:57 -07:00
Phil Steitz
67181947f2
Apply exclusion at the class level.
2015-12-25 11:48:24 -07:00
Luc Maisonobe
d3fdc7227b
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2015-12-25 17:17:23 +01:00
Phil Steitz
1ac6991a7e
Javadoc fix.
2015-12-25 09:14:58 -07:00
Luc Maisonobe
4757bc82f9
Prevent findbugs false positive.
2015-12-25 16:54:16 +01:00
Luc Maisonobe
6259f3f393
Missing javadoc.
2015-12-25 16:48:46 +01:00
Luc Maisonobe
25474e247a
Removed spurious semicolon.
2015-12-25 16:47:47 +01:00
Luc Maisonobe
44d949a1c3
Avoid compiler warnings due to imports of deprecated classes.
2015-12-25 16:33:28 +01:00
Luc Maisonobe
903c315a54
Supressed varargs warnings in tests.
2015-12-25 15:29:04 +01:00
Luc Maisonobe
4ed1d0375b
Unused import.
2015-12-25 15:27:41 +01:00
Luc Maisonobe
370fd53bee
Another round of deprecation warnings removal in tests.
2015-12-25 15:27:00 +01:00
Luc Maisonobe
b078df4ecd
Removed unneeded annotation.
2015-12-25 15:08:43 +01:00
Luc Maisonobe
09c2b5fff3
Removed unused variables.
2015-12-25 15:08:10 +01:00
Luc Maisonobe
ee504b64af
Replaced deprecated Incrementor with IntegerSequence.Incrementor where possible.
2015-12-25 14:59:41 +01:00
Luc Maisonobe
6814a35ce6
Fixed compiler warnings.
2015-12-25 14:58:28 +01:00
Luc Maisonobe
6b4bf610b3
Avoid deprecation warnings in tests.
2015-12-25 14:57:14 +01:00
Luc Maisonobe
e690ac325d
Removed unused imports.
2015-12-25 14:54:14 +01:00
Luc Maisonobe
b448d5f55a
Added forgotten name.
...
Julien Queyrel helped a lot to identify and fix the issue about Adams
integrators stability.
2015-12-25 11:50:13 +01:00
Luc Maisonobe
04143a6077
Removed use of deprecated class.
2015-12-25 11:45:59 +01:00
Luc Maisonobe
8d7a8c47d5
Removed spurious development tests.
2015-12-24 23:23:05 +01:00
Luc Maisonobe
6a01c7b2df
Fixed stability issues with Adams integrators.
2015-12-24 23:05:21 +01:00
Luc Maisonobe
bf317177d8
Updated FieldMatrix exceptions thrown to match javadoc.
...
Github: closes #20
2015-12-18 12:49:26 +01:00
Luc Maisonobe
7b84dccfca
Fixed javadoc.
...
Thanks to Ole Ersoy for the patch.
Github: closes #19
2015-12-15 19:46:07 +01:00
Luc Maisonobe
b5276e9ea4
Added tests with DerivativeStructure field.
2015-12-13 15:11:01 +01:00
Luc Maisonobe
14defd494a
Fixed syntax not compatible with Java 5.
2015-12-10 22:16:00 +01:00
Luc Maisonobe
7f56cc8556
Fixed additional equations mapping.
2015-12-10 19:42:36 +01:00
Luc Maisonobe
7cbc5fe003
Fixed javadoc.
2015-12-10 15:13:09 +01:00