svn commit: r735449 [3/3] - in /commons/proper/math/trunk: ./ src/java/org/apache/commons/math/analysis/ src/java/org/apache/commons/math/analysis/integration/ src/java/org/apache/commons/math/analysi

2009-01-18 Thread luc
Modified: commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml?rev=735449&r1=735448&r2=735449&view=diff == --- comm

svn commit: r735452 - in /commons/proper/math/trunk/src/test/org/apache/commons/math/analysis: ./ integration/ interpolation/ polynomials/ solvers/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 05:17:58 2009 New Revision: 735452 URL: http://svn.apache.org/viewvc?rev=735452&view=rev Log: split the analysis package into several sub-packages Added: commons/proper/math/trunk/src/test/org/apache/commons/math/analysis/integration/ commons/proper/math/tru

svn commit: r735468 - in /commons/proper/math/trunk/src/java/org/apache/commons/math: ./ analysis/solvers/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 06:47:51 2009 New Revision: 735468 URL: http://svn.apache.org/viewvc?rev=735468&view=rev Log: extracted a superinterface ConvergingAlgorithm from UnivariateRealSolver for later reuse by upcoming minimization algorithms Added: commons/proper/math/trunk/src/java/or

svn commit: r735475 - in /commons/proper/math/trunk: ./ src/java/org/apache/commons/math/analysis/minimization/ src/site/xdoc/ src/site/xdoc/userguide/ src/test/org/apache/commons/math/analysis/minimi

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 07:39:35 2009 New Revision: 735475 URL: http://svn.apache.org/viewvc?rev=735475&view=rev Log: Added a new minimization package with an implementation of the Brent algorithm contributed by Gilles Sadowski. The implementation needs some testing as it seems to never use t

svn commit: r735488 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ConvergingAlgorithm.java

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 08:13:12 2009 New Revision: 735488 URL: http://svn.apache.org/viewvc?rev=735488&view=rev Log: added missing header Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ConvergingAlgorithm.java Modified: commons/proper/math/trunk/src/java/org/apa

svn commit: r735501 - in /commons/proper/math/trunk: ./ src/java/org/apache/commons/math/analysis/minimization/ src/java/org/apache/commons/math/analysis/solvers/ src/java/org/apache/commons/math/ode/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 08:57:29 2009 New Revision: 735501 URL: http://svn.apache.org/viewvc?rev=735501&view=rev Log: fixed various minor bugs identified by checkstyle and findbugs Modified: commons/proper/math/trunk/findbugs-exclude-filter.xml commons/proper/math/trunk/pom.xml

svn commit: r735515 - in /commons/proper/jci/trunk/core: pom.xml src/test/java/org/apache/commons/jci/classes/ExtendedDump.java src/test/java/org/apache/commons/jci/classes/SimpleDump.java

2009-01-18 Thread niallp
Author: niallp Date: Sun Jan 18 10:13:48 2009 New Revision: 735515 URL: http://svn.apache.org/viewvc?rev=735515&view=rev Log: Fix JCI-61 Upgrade to ASM 3.1 and use new ClassWriter(int) constructor - should fix gump failing for core Modified: commons/proper/jci/trunk/core/pom.xml common

svn commit: r735530 - /commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 11:48:52 2009 New Revision: 735530 URL: http://svn.apache.org/viewvc?rev=735530&view=rev Log: trying to recover history for solvers Added: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/solvers/BisectionSolver.java (contents, props changed

svn commit: r735536 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ java/org/apache/commons/math/analysis/integration/ site/xdoc/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 12:45:16 2009 New Revision: 735536 URL: http://svn.apache.org/viewvc?rev=735536&view=rev Log: added absolute accuracy handling for integrators Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MessagesResources_fr.java commons/proper/math/

svn commit: r735545 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/integration/ site/xdoc/ test/org/apache/commons/math/analysis/integration/

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 13:06:15 2009 New Revision: 735545 URL: http://svn.apache.org/viewvc?rev=735545&view=rev Log: improved consistency between solvers/integrators by providing the integrand function as a parameter to integrate rather that at construction, thus allowing reuse of a configur

svn commit: r735546 - /commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/UnivariateRealMinimizer.java

2009-01-18 Thread luc
Author: luc Date: Sun Jan 18 13:09:42 2009 New Revision: 735546 URL: http://svn.apache.org/viewvc?rev=735546&view=rev Log: removed commented out code Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/minimization/UnivariateRealMinimizer.java Modified: commons/pr