Commit Graph

1992 Commits

Author SHA1 Message Date
Phil Steitz dc9278a2aa Removed trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@811685 13f79535-47bb-0310-9956-ffa450edef68
2009-09-05 17:36:48 +00:00
Luc Maisonobe abb6fb94bd fixed misleading number formats in error messages for adaptive stepsize integrators
JIRA: MATH-291

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@811328 13f79535-47bb-0310-9956-ffa450edef68
2009-09-04 09:44:54 +00:00
Luc Maisonobe c4ed905d02 replaced a catch for Exception by a catch for NumberFormatException
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810243 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 21:14:35 +00:00
Luc Maisonobe f21c639f0a removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810239 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 21:04:38 +00:00
Luc Maisonobe 0283b0c935 tighten checkstyle rules for hidden fields
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810238 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 21:02:59 +00:00
Luc Maisonobe de33e91191 handle an impossible case consistently with other parts of the library
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810206 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 20:05:22 +00:00
Luc Maisonobe 0234e46518 tighten rules for constants naming conventions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810196 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:47:46 +00:00
Luc Maisonobe a3217e90b9 tighten checkstyle rules for switch statements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810179 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:12:50 +00:00
Luc Maisonobe 5444ff3879 Added a check for utility class constructor which must be private to prevent instantiation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@810173 13f79535-47bb-0310-9956-ffa450edef68
2009-09-01 19:03:19 +00:00
Luc Maisonobe a43d721f85 tighten checkstyle rules for import statements
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809744 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 20:59:15 +00:00
Luc Maisonobe 0dff051c05 added missing javadoc parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809725 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 20:12:54 +00:00
Phil Steitz dd63599d2a Added first batch of weighted statistics
* mean
  * sum
  * product
  * variance
JIRA: MATH-287
Thanks to Matthew Rowles

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809448 13f79535-47bb-0310-9956-ffa450edef68
2009-08-31 01:56:09 +00:00
Luc Maisonobe b91ed85747 translated new messages and added variable part in format
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809404 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 19:21:29 +00:00
Phil Steitz e89db38df8 Added normalizeArray method to MathUtils.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809394 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 18:10:16 +00:00
Phil Steitz ad6960636a Refer to simplex solver in issues related to this component.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@809393 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 18:03:16 +00:00
Luc Maisonobe 57b29f4a43 removed unused import
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@808313 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 08:06:43 +00:00
Luc Maisonobe 62c09640bb added tests for both the <= and the >= versions of the constraints
one leads to 0 as a solution, the other one leads to no feasible solution
JIRA: MATH-290

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@808312 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 08:05:01 +00:00
Luc Maisonobe 24e9fc91c7 removed an unused argument in a private method
JIRA: MATH-289

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@808311 13f79535-47bb-0310-9956-ffa450edef68
2009-08-27 07:57:51 +00:00
Luc Maisonobe b22b39f46b fixed weird spacing as per last patch from Ben
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@807929 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 08:54:42 +00:00
Luc Maisonobe b01fcc31b9 fixed an error with negative constraints and unfeasible solution
JIRA: MATH-290

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@807923 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 08:43:27 +00:00
Luc Maisonobe 38983e8207 fixed an error induced by zero entries in simplex solver
JIRA: MATH-288

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@807738 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 18:07:13 +00:00
Luc Maisonobe dbdff0758b fixed an error leading the simplex solver to compute the right solution but return another one
JIRA: MATH-286

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@806753 13f79535-47bb-0310-9956-ffa450edef68
2009-08-21 23:07:42 +00:00
Sebastian Bazley 3f9613be38 Typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804673 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 11:50:14 +00:00
Phil Steitz d14c3d60d4 Removed reference to maven 1 build.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804554 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 02:52:32 +00:00
Phil Steitz 6b3f902806 restored development reports.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804505 13f79535-47bb-0310-9956-ffa450edef68
2009-08-15 18:10:41 +00:00
Phil Steitz 5e8f77110c Fixed broken link, dropped reference to deprecated package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804489 13f79535-47bb-0310-9956-ffa450edef68
2009-08-15 17:19:04 +00:00
Luc Maisonobe 8fe6a83eb6 Prevent infinite loops in multi-directional direct optimization method when the start point is exactly at the optimal point
JIRA: MATH-283

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@804328 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 19:23:27 +00:00
Phil Steitz 9cb0ca6b0f Updated to reflect 2.0 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@801855 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 01:16:00 +00:00
Phil Steitz 6560e4f890 Prepare for 2.0 RC4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800114 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:37:22 +00:00
Sebastian Bazley dacb1a18d7 Unnecessary ;
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800113 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:23:54 +00:00
Sebastian Bazley 0917d0986b Missing @Override markers
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800112 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:23:37 +00:00
Sebastian Bazley 30f5dcb3a9 Unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800111 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:23:05 +00:00
Sebastian Bazley 57cbd07fd1 Add AL header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800107 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:11:38 +00:00
Sebastian Bazley e5423965a2 Add AL header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@800106 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 17:10:47 +00:00
William Barker 002197aae6 remove references to deleted style sheet
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799967 13f79535-47bb-0310-9956-ffa450edef68
2009-08-02 01:06:03 +00:00
Phil Steitz dd7f5de4a7 Removed vestigal m1 file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799933 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 21:43:45 +00:00
Phil Steitz b050719a9d Dropped vestigal m1 file.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799931 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 21:35:31 +00:00
Phil Steitz 420f72ee63 Added test-jar.xml to source distro, cleaned up.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799930 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 21:34:50 +00:00
Phil Steitz c968053bea Added missing reference to genetics package.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799924 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 20:57:47 +00:00
Luc Maisonobe a0627bc5d7 changed test threshold, it was too tight for JRockit
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799913 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 19:41:25 +00:00
Luc Maisonobe 0cf09657de fixed an error in RealMatrix javadoc
JIRA: MATH-281

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799906 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 19:01:59 +00:00
Luc Maisonobe 02822b1948 updated test-jar.xml according to new maven-compliant standard directory layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799884 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 15:10:11 +00:00
Luc Maisonobe cc5efbb853 updated ant build.xml according to new maven-compliant standard directory layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799881 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 14:54:20 +00:00
Luc Maisonobe ce6e21ae42 moved test java and resources directories for compliance with maven standard directory layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799874 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 14:44:08 +00:00
Luc Maisonobe e67ba60a59 moved main java directory for compliance with maven standard directory layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799870 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 14:30:25 +00:00
Luc Maisonobe 12fd78c5b0 moved assembly directory for compliance with maven standard directory layout
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799866 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 14:23:42 +00:00
Luc Maisonobe d94e177662 cleaned more subversion properties
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799857 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 13:07:12 +00:00
Luc Maisonobe f7730c09f2 added a protection against infinite loops that occur with some JVM (Sun before 1.4, JRockit, ...)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799849 13f79535-47bb-0310-9956-ffa450edef68
2009-08-01 12:15:19 +00:00
Luc Maisonobe 253c7d3b94 fixed properties
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799736 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31 20:11:06 +00:00
Luc Maisonobe 12eee5ea78 added forgotten Apache header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@799644 13f79535-47bb-0310-9956-ffa450edef68
2009-07-31 15:51:17 +00:00