Sebastien Brisard
6f72f0544f
Replaced Math with FastMath.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1303649 13f79535-47bb-0310-9956-ffa450edef68
2012-03-22 03:51:05 +00:00
Sebastien Brisard
b53fa38639
Modified unit test of o.a.c.m3.linear.SymmLQ to show that lines 1208-1209 are essential (see MATH-761).
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1303292 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 05:49:14 +00:00
Sebastien Brisard
96d79054dc
In org.apache.commons.math3.linear.SymmLQ.State, created
...
- boolean bEqualsNullVector()
- boolean betaIsZero()
to improve data encapsulation (see MATH-761).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1303290 13f79535-47bb-0310-9956-ffa450edef68
2012-03-21 05:26:45 +00:00
Sebastien Brisard
2216176034
In o.a.c.m3.linear.SymmLQ.State, implemented hasConverged() so as to avoid
...
access to private field State.hasConverged through synthetic getters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302788 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 07:04:05 +00:00
Sebastien Brisard
439fdb9d9d
In o.a.c.m3.SymmLQ: reduced visibility of some fields/methods (from protected
...
to package protected). See MATH-761.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302785 13f79535-47bb-0310-9956-ffa450edef68
2012-03-20 06:37:26 +00:00
Sebastian Bazley
d90d2aa935
Incorrect property format
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302387 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 12:00:54 +00:00
Sebastian Bazley
c5026ce4af
Incorrect property format
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302386 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 11:59:25 +00:00
Sebastien Brisard
8b4597937e
In class o.a.c.math3.linear.SymmLQ
...
- Changed parameter order for the constructor of nested class State (for consistency with the constructor of SymmLQ).
- Moved some static helper methods from SymmLQ to nested class State
- Changed visibility of some static fields from private to protected in order to avoid the use of synthetic getters.
See MATH-761.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302298 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 06:46:32 +00:00
Sebastian Bazley
3c93e75f7d
Make State class static (see MATH-761).
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1302261 13f79535-47bb-0310-9956-ffa450edef68
2012-03-19 03:01:57 +00:00
Thomas Neidhart
1b3a557544
Fixed wrong links in user guide index.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1301198 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 21:03:01 +00:00
Sebastian Bazley
d7bb55465c
Drop obsolete Javadoc links
...
Re-order links to put background developer info lower down the list
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299940 13f79535-47bb-0310-9956-ffa450edef68
2012-03-13 01:05:55 +00:00
Sebastian Bazley
21ff4d548e
Add back 2.2 to download page
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299724 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 16:03:12 +00:00
Sebastian Bazley
15f0cc682c
3.0 has been released, bump snapshot version
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299716 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:40:53 +00:00
Sebastian Bazley
0b14107b56
Fix up download properties and generated page
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299715 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:40:22 +00:00
Sebastian Bazley
1a3881f3f5
minSeverity is now defined in commons parent
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299711 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:31:46 +00:00
Gary D. Gregory
3db1f94649
Add missing Apache license headers.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296918 13f79535-47bb-0310-9956-ffa450edef68
2012-03-05 01:02:44 +00:00
Gilles Sadowski
833cbf756b
Preparing for release 3.0.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296850 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:37:26 +00:00
Gilles Sadowski
ab55ca0799
Fixed CheckStyle warning.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296849 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 18:30:44 +00:00
Gilles Sadowski
bdde40a7fd
Removed unused file (template is now in "src/changes/release-notes.vm").
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296846 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 17:59:33 +00:00
Luc Maisonobe
60174ccbcd
fixed missing Apache header
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296822 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 15:26:42 +00:00
Gilles Sadowski
d37c71189d
Preparing for release 3.0.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296734 13f79535-47bb-0310-9956-ffa450edef68
2012-03-04 00:40:59 +00:00
Sebastian Bazley
d2b0a95170
Use the proper method to get the array length
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296611 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 11:48:57 +00:00
Gilles Sadowski
a7d60be75e
Variable visibility: "protected" -> "private". Added "protected"
...
getter methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296571 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 03:55:24 +00:00
Gilles Sadowski
12482617ae
Variable visibility: "protected" -> "private". Added "protected"
...
getter methods.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296570 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 03:35:20 +00:00
Gilles Sadowski
92a4d6b1a0
Variable visibility: "protected" -> "private". Had to delete a few trivial
...
tests that accessed the fields.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296566 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 02:51:26 +00:00
Gilles Sadowski
a9fec4191b
Variable visibility: "protected" -> "private".
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296563 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 02:23:39 +00:00
Gilles Sadowski
5774179f4b
Variable visibility: "protected" -> "private".
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296557 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 02:07:07 +00:00
Gilles Sadowski
d27bfd83d6
Variable visibility: "protected" -> "private". Added getter methods.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296553 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 01:52:06 +00:00
Gilles Sadowski
f8efb929f4
Changed variable visibility: "protected" -> "private".
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296547 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 01:31:52 +00:00
Sebastian Bazley
a998dcce9c
Use getter, and make underlying variable private
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296546 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 01:30:03 +00:00
Sebastian Bazley
9072f7e813
Field might as well be private, as there's a public getter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296545 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 01:22:57 +00:00
Sebastian Bazley
3cf4c1aa01
Use getter instead of direct array reference
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296542 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:55:17 +00:00
Sebastian Bazley
26ecdb6641
Use getter instead of direct array reference
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296541 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:53:08 +00:00
Sebastian Bazley
876127cc44
Field might as well be private, as there's a public getter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296539 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:47:39 +00:00
Sebastian Bazley
97bc1fd0a6
Field might as well be private, as there's a public getter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296538 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:46:37 +00:00
Sebastian Bazley
198b8a312d
Field might as well be private, as there's a public getter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296537 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:45:19 +00:00
Sebastian Bazley
d253634bd4
Field might as well be private, as there's a public getter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296536 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:44:04 +00:00
Sebastian Bazley
389cc27463
Formats might as well be private; there's a public getter which all subclasses use anyway
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296532 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:39:50 +00:00
Sebastian Bazley
e40ed5d28a
DOcument thread-safety of "mutable" static fields (actually write-once)
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296529 13f79535-47bb-0310-9956-ffa450edef68
2012-03-03 00:35:47 +00:00
Gilles Sadowski
7c8e4913a5
Disabled runtime recomputation of "FastMath" arrays.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296518 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:55:58 +00:00
Sebastian Bazley
4c13c0fe52
Make final, as init in static block
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296517 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:55:08 +00:00
Sebastian Bazley
314dee1ee3
Tab police
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296516 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:49:35 +00:00
Sebastian Bazley
af2c669301
Alignment
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296515 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:48:35 +00:00
Gilles Sadowski
7b7488445d
Variable used for release candidate.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296508 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:05:31 +00:00
Sebastian Bazley
b36fa9593f
CP 23 now contains the fix
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296474 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:13:36 +00:00
Sebastian Bazley
c1dcc48538
Allow pmd to be run iteractively; update to latest version
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296472 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:12:41 +00:00
Sebastian Bazley
0c296e28ee
Update dependency versions to latest
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296459 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:06:17 +00:00
Sebastian Bazley
cfe771eed1
Update plugin versions to latest
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296458 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:04:54 +00:00
Sebastian Bazley
5aef683e00
typo
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296446 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 20:46:42 +00:00
Sebastian Bazley
b4bf366a96
Dummy serialversionuid to avoid Eclipse complaints
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296367 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 18:31:12 +00:00