svn commit: r739910 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java

2009-02-01 Thread billbarker
Author: billbarker Date: Mon Feb 2 02:50:53 2009 New Revision: 739910 URL: http://svn.apache.org/viewvc?rev=739910&view=rev Log: revert accedental work-in-progress commit Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Modified: commons/pr

svn commit: r739909 [3/3] - /commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRealVectorTest.java

2009-02-01 Thread billbarker
Propchange: commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRealVectorTest.java -- svn:eol-style = native Propchange: commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRe

svn commit: r739909 [1/3] - /commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRealVectorTest.java

2009-02-01 Thread billbarker
Author: billbarker Date: Mon Feb 2 02:42:48 2009 New Revision: 739909 URL: http://svn.apache.org/viewvc?rev=739909&view=rev Log: property sets Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/linear/SparseRealVectorTest.java (contents, props changed)

svn commit: r739841 - in /commons/proper/exec/trunk/src: main/java/org/apache/commons/exec/PumpStreamHandler.java test/java/org/apache/commons/exec/CommandLineTest.java test/java/org/apache/commons/ex

2009-02-01 Thread sgoeschl
Author: sgoeschl Date: Sun Feb 1 21:18:31 2009 New Revision: 739841 URL: http://svn.apache.org/viewvc?rev=739841&view=rev Log: [EXEC-32] Handling null streams more consistently Modified: commons/proper/exec/trunk/src/main/java/org/apache/commons/exec/PumpStreamHandler.java commons/prop

svn commit: r739840 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/polynomials/ java/org/apache/commons/math/fraction/ mantissa/src/org/spaceroots/mantissa/algebra/ mantiss

2009-02-01 Thread luc
Author: luc Date: Sun Feb 1 21:13:55 2009 New Revision: 739840 URL: http://svn.apache.org/viewvc?rev=739840&view=rev Log: added a PolynomialsUtils class providing factory methods for Chebyshev, Hermite, Laguerre and Legendre polynomials the code was extracted from mantissa and modified Added:

svn commit: r739836 - /commons/proper/math/trunk/src/test/org/apache/commons/math/analysis/interpolation/SplineInterpolatorTest.java

2009-02-01 Thread luc
Author: luc Date: Sun Feb 1 21:06:55 2009 New Revision: 739836 URL: http://svn.apache.org/viewvc?rev=739836&view=rev Log: fixed an error introduced by a recent change in PolynomialsFunction (the coefficients array is automatically reduced if high degree coefficients are null) Modified: com

svn commit: r739834 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/analysis/polynomials/PolynomialFunction.java site/xdoc/changes.xml test/org/apache/commons/math/analysis/polynomia

2009-02-01 Thread luc
Author: luc Date: Sun Feb 1 20:56:12 2009 New Revision: 739834 URL: http://svn.apache.org/viewvc?rev=739834&view=rev Log: Added add, subtract, negate, multiply and toString methods to PolynomialFunction Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/analysis/polynomial