Commit Graph

3310 Commits

Author SHA1 Message Date
Phil Steitz 9f0e8ef283 Replaced obsolete exceptions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178213 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 18:20:18 +00:00
Phil Steitz 05cdc9f273 Replaced obsolete exceptions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178211 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 18:10:03 +00:00
Phil Steitz 48f14e7769 Replaced obsolete exception.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178202 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 16:20:04 +00:00
Phil Steitz 4b6960624a Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178198 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 15:47:39 +00:00
Phil Steitz 21bebf28fd Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178197 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 15:43:11 +00:00
Luc Maisonobe 1e1a7cd40b Added a cache file for checkstyle TreeWalker.
Using maven chekstyle plugin up to version 2.7, this property is not set
by default and should be set explicitely in the checkstyle configuration
file to prevent the report generation from failing.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178196 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 15:25:20 +00:00
Luc Maisonobe 7c81ac50a2 Replaced obsolete exceptions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178195 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 15:05:26 +00:00
Gilles Sadowski a08f9179d3 MATH-676
Faster "multiply" method.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178186 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 13:00:41 +00:00
Luc Maisonobe b8b4338994 Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178173 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 10:18:14 +00:00
Luc Maisonobe cea840d31b Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178172 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 10:11:43 +00:00
Luc Maisonobe 166cdbb4e2 Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178171 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 10:10:50 +00:00
Luc Maisonobe 005b83d0eb Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178170 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 10:10:12 +00:00
Luc Maisonobe 2d0bacedae Switched to checkstyle 5.x, so we can use package-info.java.
JIRA: MATH-445

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178168 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 09:58:38 +00:00
Luc Maisonobe 121638c7c2 fixed missing space in package-info.java due to a script error
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178163 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 09:25:27 +00:00
Luc Maisonobe d9964d8cbe Replaced deprecated exceptions.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178082 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 20:01:22 +00:00
Luc Maisonobe c60cba2ec3 Replaced obsolete exception.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178081 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:49:51 +00:00
Luc Maisonobe 799b4d6176 Fixed javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178080 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:49:26 +00:00
Luc Maisonobe 0be9aee882 Replaced obsolete exception.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178077 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:44:52 +00:00
Luc Maisonobe c33f43b0fa Fixed javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178076 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:41:34 +00:00
Sebastien Brisard 1824dd31e6 Some changes to the interface of iterative linear solvers. Replaced the confusing boolean param inPlace in the solve() methods by two sets of methods: solve() and solveInPlace().
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178073 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:09:00 +00:00
Sebastien Brisard bbe44629cc Added @since tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178072 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:06:52 +00:00
Sebastien Brisard 82ca8bca63 Removed method double[] solve(double[]), because double[] is no longer considered as equivalent to RealVector (use ArrayRealVector instead).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178071 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 19:05:11 +00:00
Luc Maisonobe e364018316 Replaced package.html with package-info.java for package documentation.
JIRA: MATH-445

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178067 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 18:51:25 +00:00
Gilles Sadowski add2d54457 Added deprecation tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178040 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 16:23:48 +00:00
Luc Maisonobe 7ec522753a Added a getRuntimeClass method to the Field interface.
This interface allows using a complete hierarchy of fields sharing a
common interface.

JIRA: MATH-284

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178009 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 15:15:00 +00:00
Luc Maisonobe 78d9deeadc Replaced last remaining uses of OptimizationException.
the replacement exceptions are unchecked ones: UnboundSolutionException,
NoFeasibleSolutionException, MaxCountExceededException ...

JIRA: MATH-457

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178006 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 14:52:21 +00:00
Luc Maisonobe 036ba4efec Replaced checked ConvergenceException with an unchecked version.
JIRA: MATH-487

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177986 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 14:16:50 +00:00
Luc Maisonobe cbb10701a7 Added notification of MATH-381 solve.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177985 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 14:16:06 +00:00
Sebastien Brisard ef6e900827 Added missing SVN properties to some *.java files in package o.a.c.m.linear
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177938 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 07:57:19 +00:00
Greg Sterijevski ba15d2764e JIRA:MATH-678 Adding this testfile as a record, most tests are commented out
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1177884 13f79535-47bb-0310-9956-ffa450edef68
2011-10-01 02:01:03 +00:00
Gilles Sadowski 4471616be7 Additional test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1176809 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 10:10:20 +00:00
Luc Maisonobe 5313f6aaae updated serialization metadata as we now serialize secondary equations too
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1176745 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 06:18:40 +00:00
Luc Maisonobe b5724e1cc0 added support for secondary state in ODE step interpolators
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1176734 13f79535-47bb-0310-9956-ffa450edef68
2011-09-28 05:56:42 +00:00
Sebastien Brisard 924769fb05 Completed a test which did not exhaust all possibilities. Also cosmetic changes (param naming).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175683 13f79535-47bb-0310-9956-ffa450edef68
2011-09-26 06:04:33 +00:00
Gilles Sadowski a0c36a7c8c MATH-674
Moved part of the Javadoc for the "value" method over to the interface
section.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175588 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 21:44:13 +00:00
Luc Maisonobe 4247a40093 Added forgotten result dispatch in Gragg-Bulirsch-Stoer integrator.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175410 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 15:05:53 +00:00
Luc Maisonobe b7c5cd5ff7 revamped Jacobians computation in ODE
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175409 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 15:04:39 +00:00
Sebastien Brisard 39eea3de3f Added support for iterative linear solvers (Conjugate Gradient only for now). See MATH-581.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175404 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 14:48:18 +00:00
Luc Maisonobe c60827b0b7 Changed return type for eventOccurred from int to an enumerate in ODE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175379 13f79535-47bb-0310-9956-ffa450edef68
2011-09-25 12:39:09 +00:00
Sebastien Brisard 39d86e32e2 Merged SingularValueDecomposition and SingularValueDecompositionImpl (see MATH-662).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175108 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 05:13:53 +00:00
Sebastien Brisard b4764661a3 Merged RectangularCholeskyDecomposition and RectangularCholeskyDecompositionImpl (see MATH-662).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175105 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 04:54:28 +00:00
Sebastien Brisard 18323639c9 Merged QRDecomposition and QRDecompositionImpl (see MATH-662).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175100 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 04:47:38 +00:00
Sebastien Brisard f5c9e29ea7 Merged LUDecomposition and LUDecompositionImpl (see MATH-662).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175099 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 04:28:36 +00:00
Sebastien Brisard 75a473e42e Minor change to the Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175097 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 04:01:05 +00:00
Greg Sterijevski b17e283c77 JIRA: MATH-607 small bug in vmove method, the 'break;' directive causes the loop to skip the code block beginning if(!bSkip40...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1175094 13f79535-47bb-0310-9956-ffa450edef68
2011-09-24 02:17:58 +00:00
Gilles Sadowski 20a365978f Name change: "NonMonotonousSequenceException" to "NonMonotonicSequenceException".
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1174731 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:08:58 +00:00
Sebastien Brisard 4709a37a4f Merged FieldLUDecomposition and FieldLUDecompositionImpl (see MATH-662).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1174537 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 06:32:59 +00:00
Greg Sterijevski 81821bc466 JIRA: MATH-607 Adding support for UpdatingMultipleLinearRegression to SimpleRegression
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1174509 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 03:36:11 +00:00
Gilles Sadowski 0ba7ddcd9e Use "MathInternalError" in an impossible "default" case of a "switch".
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1174154 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 14:16:38 +00:00
Gilles Sadowski 70c0b99284 Using labeled loop to avoid code duplication.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1174153 13f79535-47bb-0310-9956-ffa450edef68
2011-09-22 14:13:09 +00:00