svn commit: r1416796 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java

2012-12-03 Thread celestin
Author: celestin Date: Tue Dec 4 06:41:57 2012 New Revision: 1416796 URL: http://svn.apache.org/viewvc?rev=1416796&view=rev Log: Javadoc: warning about private methods being accessed through reflection in unit tests. Modified: commons/proper/math/trunk/src/main/java/org/apache/com

svn commit: r1416019 - /commons/proper/math/trunk/pom.xml

2012-12-01 Thread celestin
Author: celestin Date: Sat Dec 1 16:27:57 2012 New Revision: 1416019 URL: http://svn.apache.org/viewvc?rev=1416019&view=rev Log: Reverted changes accidentally committed. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache

svn commit: r1416017 - in /commons/proper/math/trunk: pom.xml src/main/java/org/apache/commons/math3/special/Beta.java

2012-12-01 Thread celestin
Author: celestin Date: Sat Dec 1 16:24:33 2012 New Revision: 1416017 URL: http://svn.apache.org/viewvc?rev=1416017&view=rev Log: Replaced calls to deprecated Beta.logBeta(double, double, double, int) with calls to Beta.logBeta(double, double). Modified: commons/proper/math/trunk/pom

svn commit: r1416010 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java

2012-12-01 Thread celestin
Author: celestin Date: Sat Dec 1 16:08:12 2012 New Revision: 1416010 URL: http://svn.apache.org/viewvc?rev=1416010&view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java Modified: commons/proper/math/trunk/src/main/java

svn commit: r1415973 - /commons/proper/math/trunk/src/changes/changes.xml

2012-12-01 Thread celestin
Author: celestin Date: Sat Dec 1 10:36:26 2012 New Revision: 1415973 URL: http://svn.apache.org/viewvc?rev=1415973&view=rev Log: Description of upcoming version 3.1 now reports that the accuracy of Beta has been improved. Modified: commons/proper/math/trunk/src/changes/changes.xml Modi

svn commit: r1415971 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-12-01 Thread celestin
Author: celestin Date: Sat Dec 1 10:32:30 2012 New Revision: 1415971 URL: http://svn.apache.org/viewvc?rev=1415971&view=rev Log: In the users guide, updated the accuracy of logBeta. Modified: commons/proper/math/trunk/src/site/apt/userguide/special.apt Modified: commons/proper/math/t

svn commit: r1414536 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:51:27 2012 New Revision: 1414536 URL: http://svn.apache.org/viewvc?rev=1414536&view=rev Log: Checkstyle: removed exception from signature, as this exception will never be raised. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/m

svn commit: r1414535 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:48:50 2012 New Revision: 1414535 URL: http://svn.apache.org/viewvc?rev=1414535&view=rev Log: Checkstyle. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java Modified: commons/proper/math/trunk/src/main/java

svn commit: r1414531 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:39:39 2012 New Revision: 1414531 URL: http://svn.apache.org/viewvc?rev=1414531&view=rev Log: In GammaTest: restored method checkRelativeError which was inadvertently removed in r1414527. Modified: commons/proper/math/trunk/src/test/java/org/ap

svn commit: r1414529 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:33:36 2012 New Revision: 1414529 URL: http://svn.apache.org/viewvc?rev=1414529&view=rev Log: In changes.xml: Beta has not been changed yet. Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/cha

svn commit: r1414528 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:30:38 2012 New Revision: 1414528 URL: http://svn.apache.org/viewvc?rev=1414528&view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: commons/proper/math/trunk/src/main/java

svn commit: r1414527 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:27:27 2012 New Revision: 1414527 URL: http://svn.apache.org/viewvc?rev=1414527&view=rev Log: In class Gamma, removed auxiliary functions logGammaSum and logGammaMinusLogGammaSum, as they are not ready to be included in version 3.1 of Commons-Math. Modi

svn commit: r1414525 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Beta.java test/java/org/apache/commons/math3/special/BetaTest.java

2012-11-27 Thread celestin
Author: celestin Date: Wed Nov 28 05:24:12 2012 New Revision: 1414525 URL: http://svn.apache.org/viewvc?rev=1414525&view=rev Log: In class Beta, removed auxiliary function bcorr, as it is not ready to be included in version 3.1 of Commons-Math. Modified: commons/proper/math/trunk/src/

svn commit: r1413807 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special: Beta.java Gamma.java

2012-11-26 Thread celestin
Author: celestin Date: Mon Nov 26 19:55:07 2012 New Revision: 1413807 URL: http://svn.apache.org/viewvc?rev=1413807&view=rev Log: In classes o.a.c.m3.special.Gamma and o.a.c.m3.special.Beta, made some auxiliary functions package private. It is very unlikely that these functions should be

svn commit: r1413802 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-26 Thread celestin
Author: celestin Date: Mon Nov 26 19:45:52 2012 New Revision: 1413802 URL: http://svn.apache.org/viewvc?rev=1413802&view=rev Log: MATH-849: Gamma.gamma(double) returns NaN if called on negative integer. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe

svn commit: r1413555 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Beta.java

2012-11-26 Thread celestin
Author: celestin Date: Mon Nov 26 11:22:02 2012 New Revision: 1413555 URL: http://svn.apache.org/viewvc?rev=1413555&view=rev Log: In class Beta, wrote DEFAULT_EPSILON in a less error-prone way (1E-14 instead of 10e-15). Modified: commons/proper/math/trunk/src/main/java/org/apache/com

svn commit: r1413369 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Beta.java test/java/org/apache/commons/math3/special/BetaTest.java

2012-11-25 Thread celestin
Author: celestin Date: Sun Nov 25 16:44:39 2012 New Revision: 1413369 URL: http://svn.apache.org/viewvc?rev=1413369&view=rev Log: MATH-738: implementation of Beta.bcorr(double, double), an auxiliary function for the computation of Beta.beta(double, double). Modified: commons/proper/

svn commit: r1413368 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-11-25 Thread celestin
Author: celestin Date: Sun Nov 25 16:25:29 2012 New Revision: 1413368 URL: http://svn.apache.org/viewvc?rev=1413368&view=rev Log: Javadoc typo. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: commons/proper/math/trunk/src/main/

svn commit: r1413367 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-25 Thread celestin
Author: celestin Date: Sun Nov 25 16:05:57 2012 New Revision: 1413367 URL: http://svn.apache.org/viewvc?rev=1413367&view=rev Log: Further unit tests of Gamma.logGammaSum(double, double): preconditions. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/spe

svn commit: r1413366 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-25 Thread celestin
Author: celestin Date: Sun Nov 25 16:00:43 2012 New Revision: 1413366 URL: http://svn.apache.org/viewvc?rev=1413366&view=rev Log: MATH-738: in class o.a.c.m3.special.Gamma, implemented function logGammaMinusLogGammaSum(double, double), which computes accurately log(Gamma(b)) - log(Gamma(a

svn commit: r1413361 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-11-25 Thread celestin
Author: celestin Date: Sun Nov 25 15:20:22 2012 New Revision: 1413361 URL: http://svn.apache.org/viewvc?rev=1413361&view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: commons/proper/math/trunk/src/main/java

svn commit: r1413245 - /commons/proper/math/trunk/src/changes/changes.xml

2012-11-24 Thread celestin
Author: celestin Date: Sat Nov 24 19:12:14 2012 New Revision: 1413245 URL: http://svn.apache.org/viewvc?rev=1413245&view=rev Log: MATH-849: updated changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml Modified: commons/proper/math/trunk/src/changes/changes.xml URL:

svn commit: r1411388 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-11-19 Thread celestin
Author: celestin Date: Mon Nov 19 20:12:57 2012 New Revision: 1411388 URL: http://svn.apache.org/viewvc?rev=1411388&view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: commons/proper/math/trunk/src/main/java

svn propchange: r1411387 - svn:log

2012-11-19 Thread celestin
Author: celestin Revision: 1411387 Modified property: svn:log Modified: svn:log at Mon Nov 19 20:10:16 2012 -- --- svn:log (original) +++ svn:log Mon Nov 19 20:10:16 2012 @@ -1 +1 @@ -In class Gamma, implementation of (a

svn commit: r1411387 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-11-19 Thread celestin
Author: celestin Date: Mon Nov 19 20:07:25 2012 New Revision: 1411387 URL: http://svn.apache.org/viewvc?rev=1411387&view=rev Log: In class Gamma, implementation of (a, b) -> log(Gamma(a + b)). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gam

svn commit: r1411084 - /commons/proper/math/trunk/pom.xml

2012-11-18 Thread celestin
Author: celestin Date: Mon Nov 19 06:59:35 2012 New Revision: 1411084 URL: http://svn.apache.org/viewvc?rev=1411084&view=rev Log: MATH-903: allow the use of UTF-8 characters in Javadoc comments. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml

svn commit: r1409108 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-11-13 Thread celestin
Author: celestin Date: Wed Nov 14 07:42:39 2012 New Revision: 1409108 URL: http://svn.apache.org/viewvc?rev=1409108&view=rev Log: New values of the accuracy of Beta.logBeta(double, double). Modified: commons/proper/math/trunk/src/site/apt/userguide/special.apt Modified: commons/proper/

svn commit: r1409107 - in /commons/proper/math/trunk/src/test/maxima/special/reference: logBeta.mac logBeta.properties

2012-11-13 Thread celestin
Author: celestin Date: Wed Nov 14 07:41:29 2012 New Revision: 1409107 URL: http://svn.apache.org/viewvc?rev=1409107&view=rev Log: Further accuracy assessments of Beta.logBeta(double, double) Modified: commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac commons/pr

svn commit: r1409091 - /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/README.txt

2012-11-13 Thread celestin
Author: celestin Date: Wed Nov 14 06:18:40 2012 New Revision: 1409091 URL: http://svn.apache.org/viewvc?rev=1409091&view=rev Log: Typo. Modified: commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/README.txt Modified: commons/proper/math/trunk/src/test/maxima/spe

svn commit: r1407594 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 19:03:28 2012 New Revision: 1407594 URL: http://svn.apache.org/viewvc?rev=1407594&view=rev Log: In the users guide for special functions - accuracy of current implementation of Beta.logBeta - standard deviation of error (in ulps) is now provided for

svn commit: r1407592 - in /commons/proper/math/trunk/src/test/maxima/special/reference: logBeta.mac logBeta.properties

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 18:59:21 2012 New Revision: 1407592 URL: http://svn.apache.org/viewvc?rev=1407592&view=rev Log: Script files for the validation of beta.logBeta(double, double) Added: commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac (with p

svn commit: r1407384 - /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:50:04 2012 New Revision: 1407384 URL: http://svn.apache.org/viewvc?rev=1407384&view=rev Log: In shell script RealFunctionValidation.sh, pass command line argument to java app. Modified: commons/proper/math/trunk/src/test/maxima/spe

svn commit: r1407382 - /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:47:38 2012 New Revision: 1407382 URL: http://svn.apache.org/viewvc?rev=1407382&view=rev Log: Typo. Modified: commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh Modified: commons/proper/math/trunk/src/

svn commit: r1407378 - in /commons/proper/math/trunk/src/test/maxima/special/reference: ./ .svnignore

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:29:00 2012 New Revision: 1407378 URL: http://svn.apache.org/viewvc?rev=1407378&view=rev Log: Ignore *.dat files, which might be generated by the *.mac Maxima scripts. Added: commons/proper/math/trunk/src/test/maxima/special/reference/.svnignore Modi

svn commit: r1407377 - in /commons/proper/math/trunk/src/test/maxima/special/reference: gamma.properties logGamma.properties

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:24:16 2012 New Revision: 1407377 URL: http://svn.apache.org/viewvc?rev=1407377&view=rev Log: Properties files to be used with RealFunctionValidation, for functions Gamma.logGamma and Gamma.gamma. Added: commons/proper/math/trunk/src/test/maxima/spe

svn commit: r1407376 - in /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation: ./ MANIFEST.txt README.txt RealFunctionValidation.java RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:13:18 2012 New Revision: 1407376 URL: http://svn.apache.org/viewvc?rev=1407376&view=rev Log: Small java application for the accuracy assessment of implementations of real functions in Commons Math. The accuracy is assessed through comparison with refer

svn commit: r1401172 - /commons/proper/math/trunk/pom.xml

2012-10-22 Thread celestin
Author: celestin Date: Tue Oct 23 06:08:32 2012 New Revision: 1401172 URL: http://svn.apache.org/viewvc?rev=1401172&view=rev Log: Reverted changes inadvertently commited in r1401171. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL:

svn commit: r1401171 - in /commons/proper/math/trunk: pom.xml src/test/maxima/ src/test/maxima/special/ src/test/maxima/special/reference/ src/test/maxima/special/reference/gamma.mac src/test/maxima/s

2012-10-22 Thread celestin
Author: celestin Date: Tue Oct 23 06:04:09 2012 New Revision: 1401171 URL: http://svn.apache.org/viewvc?rev=1401171&view=rev Log: Maxima scripts to generate reference values for the gamma and logGamma functions. Added: commons/proper/math/trunk/src/test/maxima/ commons/proper/math/t

svn commit: r1395455 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: ArrayRealVector.java RealVector.java

2012-10-07 Thread celestin
Author: celestin Date: Mon Oct 8 05:54:21 2012 New Revision: 1395455 URL: http://svn.apache.org/viewvc?rev=1395455&view=rev Log: MATH-875: deprecated sparseIterator() in the RealVector hierarchy, and replaced its use with iterator(). Modified: commons/proper/math/trunk/src/main/java

svn commit: r1395453 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractFieldMatrix.java BlockFieldMatrix.java FieldMatrix.java

2012-10-07 Thread celestin
Author: celestin Date: Mon Oct 8 05:19:50 2012 New Revision: 1395453 URL: http://svn.apache.org/viewvc?rev=1395453&view=rev Log: MATH-854: FieldMatrix.setSubMatrix does *not* throw NumberIsTooSmallException. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1395452 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractFieldMatrix.java BlockFieldMatrix.java FieldMatrix.java

2012-10-07 Thread celestin
Author: celestin Date: Mon Oct 8 05:16:27 2012 New Revision: 1395452 URL: http://svn.apache.org/viewvc?rev=1395452&view=rev Log: MATH-854: populated throws clause of BlockFieldMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractFieldMatrix.

svn commit: r1392751 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-10-01 Thread celestin
Author: celestin Date: Tue Oct 2 06:09:03 2012 New Revision: 1392751 URL: http://svn.apache.org/viewvc?rev=1392751&view=rev Log: User's guide for special functions now reports accuracy of Gamma.gamma(double). Modified: commons/proper/math/trunk/src/site/apt/userguide/special.apt

svn commit: r1392748 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractFieldMatrix.java Array2DRowFieldMatrix.java

2012-10-01 Thread celestin
Author: celestin Date: Tue Oct 2 05:35:59 2012 New Revision: 1392748 URL: http://svn.apache.org/viewvc?rev=1392748&view=rev Log: MATH-854: populated throws clause of Array2DRowFieldMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1392743 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractFieldMatrix.java

2012-10-01 Thread celestin
Author: celestin Date: Tue Oct 2 05:21:51 2012 New Revision: 1392743 URL: http://svn.apache.org/viewvc?rev=1392743&view=rev Log: MATH-854: populated throws clause of AbstractFieldMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1392742 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldMatrix.java

2012-10-01 Thread celestin
Author: celestin Date: Tue Oct 2 05:14:38 2012 New Revision: 1392742 URL: http://svn.apache.org/viewvc?rev=1392742&view=rev Log: MATH-854: populated throws clause of FieldMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldMatrix.java Modi

svn commit: r1392739 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-10-01 Thread celestin
Author: celestin Date: Tue Oct 2 05:00:41 2012 New Revision: 1392739 URL: http://svn.apache.org/viewvc?rev=1392739&view=rev Log: User's guide for special functions now reports accuracy of Gamma.logGamma(double). Modified: commons/proper/math/trunk/src/site/apt/userguide/sp

svn commit: r1391304 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-09-27 Thread celestin
Author: celestin Date: Fri Sep 28 05:25:06 2012 New Revision: 1391304 URL: http://svn.apache.org/viewvc?rev=1391304&view=rev Log: User's Guide, Special Functions: changed the introduction, as special functions should not be considered as a by-product of Commons-Math. Modified: commo

svn commit: r1391302 - in /commons/proper/math/trunk/src/site: apt/ apt/userguide/ apt/userguide/special.apt xdoc/userguide/special.xml

2012-09-27 Thread celestin
Author: celestin Date: Fri Sep 28 05:14:10 2012 New Revision: 1391302 URL: http://svn.apache.org/viewvc?rev=1391302&view=rev Log: User's guide for special functions now uses the APT format, instead of the XDOC format. Added: commons/proper/math/trunk/src/site/apt/ commons/pr

svn commit: r1391160 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/BlockRealMatrix.java

2012-09-27 Thread celestin
Author: celestin Date: Thu Sep 27 18:42:45 2012 New Revision: 1391160 URL: http://svn.apache.org/viewvc?rev=1391160&view=rev Log: MATH-854: filled the "throws" clause of BlockRealMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/BlockR

svn commit: r1390842 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractRealMatrix.java OpenMapRealMatrix.java

2012-09-26 Thread celestin
Author: celestin Date: Thu Sep 27 05:04:10 2012 New Revision: 1390842 URL: http://svn.apache.org/viewvc?rev=1390842&view=rev Log: Populated throws clause of OpenMapRealMatrix (MATH-854). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1390832 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java

2012-09-26 Thread celestin
Author: celestin Date: Thu Sep 27 03:54:04 2012 New Revision: 1390832 URL: http://svn.apache.org/viewvc?rev=1390832&view=rev Log: MATH-870: deprecated SparseFieldMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldMatrix.java Modi

svn commit: r1390831 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: OpenMapRealMatrix.java SparseRealMatrix.java

2012-09-26 Thread celestin
Author: celestin Date: Thu Sep 27 03:52:34 2012 New Revision: 1390831 URL: http://svn.apache.org/viewvc?rev=1390831&view=rev Log: MATH-870: deprecated SparseRealMatrix and OpenMapRealMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1390829 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java

2012-09-26 Thread celestin
Author: celestin Date: Thu Sep 27 03:49:54 2012 New Revision: 1390829 URL: http://svn.apache.org/viewvc?rev=1390829&view=rev Log: MATH-870: deprecated SparseFieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java Modi

svn commit: r1390828 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: OpenMapRealVector.java SparseRealVector.java

2012-09-26 Thread celestin
Author: celestin Date: Thu Sep 27 03:48:44 2012 New Revision: 1390828 URL: http://svn.apache.org/viewvc?rev=1390828&view=rev Log: MATH-870: javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapRealVector.java commons/proper/math/trunk

svn commit: r1390684 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: OpenMapRealVector.java SparseRealVector.java

2012-09-26 Thread celestin
Author: celestin Date: Wed Sep 26 19:17:29 2012 New Revision: 1390684 URL: http://svn.apache.org/viewvc?rev=1390684&view=rev Log: MATH-870: deprecated OpenMapRealVector, SparseRealVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1390302 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractRealMatrix.java Array2DRowRealMatrix.java BlockRealMatrix.java OpenMapRealMatrix.java

2012-09-26 Thread celestin
Author: celestin Date: Wed Sep 26 07:24:35 2012 New Revision: 1390302 URL: http://svn.apache.org/viewvc?rev=1390302&view=rev Log: In AbstractRealMatrix, provided empty implementations to methods - createMatrix(int, int), - copy(), - getEntry(int, int), - setEntry(int, int). This al

svn commit: r1388298 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.java

2012-09-20 Thread celestin
Author: celestin Date: Fri Sep 21 01:56:06 2012 New Revision: 1388298 URL: http://svn.apache.org/viewvc?rev=1388298&view=rev Log: In AbstractRealMatrix, removed orphan javadoc comment. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/AbstractRealMatrix.

svn commit: r1388296 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractRealMatrix.java Array2DRowRealMatrix.java BlockRealMatrix.java OpenMapRealMatrix.java

2012-09-20 Thread celestin
Author: celestin Date: Fri Sep 21 01:53:28 2012 New Revision: 1388296 URL: http://svn.apache.org/viewvc?rev=1388296&view=rev Log: In AbstractRealMatrix, removed empty abstract method copy() (specified in interface RealMatrix). Modified: commons/proper/math/trunk/src/main/java/org/ap

svn commit: r1388294 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: BlockRealMatrix.java OpenMapRealMatrix.java

2012-09-20 Thread celestin
Author: celestin Date: Fri Sep 21 01:49:51 2012 New Revision: 1388294 URL: http://svn.apache.org/viewvc?rev=1388294&view=rev Log: Removed some @Override tags, which have become illegal following some changes in r1388154. Modified: commons/proper/math/trunk/src/main/java/org/apache/com

svn commit: r1388154 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractRealMatrix.java Array2DRowRealMatrix.java RealMatrix.java

2012-09-20 Thread celestin
Author: celestin Date: Thu Sep 20 18:50:45 2012 New Revision: 1388154 URL: http://svn.apache.org/viewvc?rev=1388154&view=rev Log: MATH-854 - filled the "throws" clause of Array2DRowRealMatrix, - corrected some method signatures in RealMatrix and AbstractRealMatrix accor

svn commit: r1387002 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: AbstractRealMatrix.java RealLinearOperator.java RealMatrix.java

2012-09-17 Thread celestin
Author: celestin Date: Tue Sep 18 06:38:33 2012 New Revision: 1387002 URL: http://svn.apache.org/viewvc?rev=1387002&view=rev Log: MATH-854: populated throws clause of AbstractRealMatrix. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1384654 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: ArrayFieldVector.java FieldVector.java SparseFieldVector.java

2012-09-13 Thread celestin
Author: celestin Date: Fri Sep 14 06:42:06 2012 New Revision: 1384654 URL: http://svn.apache.org/viewvc?rev=1384654&view=rev Log: - Populated throws clause of FieldVector, ArrayFieldVector, SparseFieldVector (MATH-854). - Added some missing precondition checks. - Corrected some mistake

svn commit: r1384471 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: ArrayFieldVector.java FieldVector.java

2012-09-13 Thread celestin
Author: celestin Date: Thu Sep 13 19:00:51 2012 New Revision: 1384471 URL: http://svn.apache.org/viewvc?rev=1384471&view=rev Log: MATH-854: in FieldVector and ArrayFieldVector, reverted to r1383770. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1384212 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.java

2012-09-12 Thread celestin
Author: celestin Date: Thu Sep 13 06:11:05 2012 New Revision: 1384212 URL: http://svn.apache.org/viewvc?rev=1384212&view=rev Log: MATH-854: document all exceptions in ArrayFieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.

svn commit: r1384211 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.java

2012-09-12 Thread celestin
Author: celestin Date: Thu Sep 13 06:10:06 2012 New Revision: 1384211 URL: http://svn.apache.org/viewvc?rev=1384211&view=rev Log: MATH-854: in interface FieldVector, some more exceptions are *documented* (as recommendations), but not *specified*. Modified: commons/proper/math/trunk

svn commit: r1384082 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.java

2012-09-12 Thread celestin
Author: celestin Date: Wed Sep 12 18:37:46 2012 New Revision: 1384082 URL: http://svn.apache.org/viewvc?rev=1384082&view=rev Log: MATH-854: in interface FieldVector, replaced throws statements with javadoc comments. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/m

svn commit: r1383770 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/exception/util/ main/java/org/apache/commons/math3/linear/ main/resources/assets/org/apache/commons/math3/e

2012-09-11 Thread celestin
Author: celestin Date: Wed Sep 12 04:43:38 2012 New Revision: 1383770 URL: http://svn.apache.org/viewvc?rev=1383770&view=rev Log: Removed LocalizedFormats.ENTRY previously introduced in r1383747, as LocalizedFormats.INDEX will do nicely. Modified: commons/proper/math/trunk/src/main/

svn commit: r1383760 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: ArrayFieldVector.java FieldVector.java

2012-09-11 Thread celestin
Author: celestin Date: Wed Sep 12 04:27:47 2012 New Revision: 1383760 URL: http://svn.apache.org/viewvc?rev=1383760&view=rev Log: MATH-854: fill the "throws" clause of FieldVector, ArrayFieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/common

svn commit: r1383747 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/exception/util/ main/resources/assets/org/apache/commons/math3/exception/util/ test/java/org/apache/commons

2012-09-11 Thread celestin
Author: celestin Date: Wed Sep 12 03:46:31 2012 New Revision: 1383747 URL: http://svn.apache.org/viewvc?rev=1383747&view=rev Log: Added new localized error message "entry {0}" to signal null entries in FieldVectors. Modified: commons/proper/math/trunk/src/main/java/org/apache

svn commit: r1383743 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

2012-09-11 Thread celestin
Author: celestin Date: Wed Sep 12 03:18:46 2012 New Revision: 1383743 URL: http://svn.apache.org/viewvc?rev=1383743&view=rev Log: MATH-854: fill the "throws" clause of RealVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.

svn commit: r1383052 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFieldVector.java

2012-09-10 Thread celestin
Author: celestin Date: Mon Sep 10 19:05:54 2012 New Revision: 1383052 URL: http://svn.apache.org/viewvc?rev=1383052&view=rev Log: MATH-854: fill the "throws" clause of ArrayFieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayFi

svn commit: r1382998 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

2012-09-10 Thread celestin
Author: celestin Date: Mon Sep 10 17:42:53 2012 New Revision: 1382998 URL: http://svn.apache.org/viewvc?rev=1382998&view=rev Log: Removed unused @throws Javadoc tag. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java Modified: com

svn commit: r1382993 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.java

2012-09-10 Thread celestin
Author: celestin Date: Mon Sep 10 17:31:51 2012 New Revision: 1382993 URL: http://svn.apache.org/viewvc?rev=1382993&view=rev Log: MATH-854: fill the "throws" clause of FieldVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.

svn commit: r1381730 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapRealVector.java

2012-09-06 Thread celestin
Author: celestin Date: Thu Sep 6 19:42:35 2012 New Revision: 1381730 URL: http://svn.apache.org/viewvc?rev=1381730&view=rev Log: MATH-854: fill the "throws" clause of OpenMapRealVector. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapR

svn commit: r1380444 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java

2012-09-03 Thread celestin
Author: celestin Date: Tue Sep 4 04:10:09 2012 New Revision: 1380444 URL: http://svn.apache.org/viewvc?rev=1380444&view=rev Log: MATH-854: fill the throws clause of all methods. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/ArrayRealVector.java Modi

svn commit: r1380440 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

2012-09-03 Thread celestin
Author: celestin Date: Tue Sep 4 03:08:31 2012 New Revision: 1380440 URL: http://svn.apache.org/viewvc?rev=1380440&view=rev Log: MATH-854: fill the throws clause of all methods. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java Modi

svn commit: r1379271 [3/3] - in /commons/proper/math/trunk/src/test: java/org/apache/commons/math3/distribution/ resources/org/apache/commons/math3/distribution/

2012-08-30 Thread celestin
Modified: commons/proper/math/trunk/src/test/resources/org/apache/commons/math3/distribution/gamma-distribution.mac URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/resources/org/apache/commons/math3/distribution/gamma-distribution.mac?rev=1379271&r1=1379270&r2=1379271&view=di

svn commit: r1379271 [1/3] - in /commons/proper/math/trunk/src/test: java/org/apache/commons/math3/distribution/ resources/org/apache/commons/math3/distribution/

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 03:14:03 2012 New Revision: 1379271 URL: http://svn.apache.org/viewvc?rev=1379271&view=rev Log: MATH-849: added new test in GammaDistributionTest to check that new implementation of Gamma.logGamma does not compromise the resolution of MATH-735. A

svn commit: r1379270 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 03:12:16 2012 New Revision: 1379270 URL: http://svn.apache.org/viewvc?rev=1379270&view=rev Log: MATH-849: changed boundary case x = 8.0 in double Gamma.logGamma(double). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe

svn commit: r1379262 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 02:51:24 2012 New Revision: 1379262 URL: http://svn.apache.org/viewvc?rev=1379262&view=rev Log: Formatting. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java commons/proper/math/trunk/src/test/java/org/ap

svn commit: r1379261 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 02:48:29 2012 New Revision: 1379261 URL: http://svn.apache.org/viewvc?rev=1379261&view=rev Log: MATH-849: implementation of double Gamma.gamma(double). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.

svn commit: r1379256 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 02:13:25 2012 New Revision: 1379256 URL: http://svn.apache.org/viewvc?rev=1379256&view=rev Log: MATH-849: further tests of double Gamma.logGamma(double). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.

svn propchange: r1379247 - svn:log

2012-08-30 Thread celestin
Author: celestin Revision: 1379247 Modified property: svn:log Modified: svn:log at Fri Aug 31 02:04:36 2012 -- --- svn:log (original) +++ svn:log Fri Aug 31 02:04:36 2012 @@ -1,2 +1,2 @@ -Refined the test of logGamma(x

svn commit: r1379255 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 02:01:11 2012 New Revision: 1379255 URL: http://svn.apache.org/viewvc?rev=1379255&view=rev Log: MATH-849: unit tests for double Gamma.logGamma1p(double). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.

svn commit: r1379254 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 01:59:12 2012 New Revision: 1379254 URL: http://svn.apache.org/viewvc?rev=1379254&view=rev Log: Formatting (removed Eclipse tags @formatter:on, @formatter:off) Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.

svn commit: r1379253 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 01:57:50 2012 New Revision: 1379253 URL: http://svn.apache.org/viewvc?rev=1379253&view=rev Log: MATH-849: unit tests for double Gamma.invGamma1pm1(double). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.

svn commit: r1379252 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 01:53:19 2012 New Revision: 1379252 URL: http://svn.apache.org/viewvc?rev=1379252&view=rev Log: Formatting. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: commons/proper/math/trunk/src/main/java

svn commit: r1379247 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-30 Thread celestin
Author: celestin Date: Fri Aug 31 01:31:47 2012 New Revision: 1379247 URL: http://svn.apache.org/viewvc?rev=1379247&view=rev Log: Refined the test of logGamma(x) near x = 1.0, 2.0 and 3.0, which were difficult zones in the previous (Lanczos) implementation. Modified: commons/proper/

svn commit: r1378450 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-28 Thread celestin
Author: celestin Date: Wed Aug 29 06:20:21 2012 New Revision: 1378450 URL: http://svn.apache.org/viewvc?rev=1378450&view=rev Log: MATH-849: new implementation of double Gamma.logGamma(double x) for x < 8.0. This greatly improves the accurarcy, from more than 130 ulps down to 3 ulps. Uni

svn commit: r1378440 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/GammaDistributionTest.java

2012-08-28 Thread celestin
Author: celestin Date: Wed Aug 29 04:28:47 2012 New Revision: 1378440 URL: http://svn.apache.org/viewvc?rev=1378440&view=rev Log: In GammaDistributionTest, inlined previous implementation of double Gamma.logGamma(doubl)) in order to allow for comparison with new implementation. This i

svn commit: r1376835 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java

2012-08-23 Thread celestin
Author: celestin Date: Fri Aug 24 06:23:34 2012 New Revision: 1376835 URL: http://svn.apache.org/viewvc?rev=1376835&view=rev Log: In Gamma.logGamma, replaced local variable g with class variable LANCZOS_G. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/spe

svn commit: r1374909 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-19 Thread celestin
Author: celestin Date: Mon Aug 20 03:40:58 2012 New Revision: 1374909 URL: http://svn.apache.org/viewvc?rev=1374909&view=rev Log: MATH-849: new unit test showing the relative accuracy of Gamma.logGamma(double). Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/m

svn commit: r1374396 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics: CycleCrossover.java OrderedCrossover.java

2012-08-17 Thread celestin
Author: celestin Date: Fri Aug 17 18:54:06 2012 New Revision: 1374396 URL: http://svn.apache.org/viewvc?rev=1374396&view=rev Log: Checkstyle: missing license. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/CycleCrossover.java commons/proper/

svn commit: r1374395 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java

2012-08-17 Thread celestin
Author: celestin Date: Fri Aug 17 18:45:49 2012 New Revision: 1374395 URL: http://svn.apache.org/viewvc?rev=1374395&view=rev Log: MATH-843: integrated changes suggested by Dominik Gruntz. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.

svn commit: r1361170 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/SparseRealVectorTest.java

2012-07-13 Thread celestin
Author: celestin Date: Fri Jul 13 11:37:40 2012 New Revision: 1361170 URL: http://svn.apache.org/viewvc?rev=1361170&view=rev Log: Added @Ignore tags with explanatory messages for unit tests ignored until MATH-821 is solved. Modified: commons/proper/math/trunk/src/test/java/org/ap

svn commit: r1360668 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/RealVector.java

2012-07-12 Thread celestin
Author: celestin Date: Thu Jul 12 13:31:45 2012 New Revision: 1360668 URL: http://svn.apache.org/viewvc?rev=1360668&view=rev Log: MATH-812: fixed a bug in RealVector.outerProduct(RealVector). Now loops through *all* entries of the vectors. Modified: commons/proper/math/trunk/src/main/

svn propchange: r1360662 - svn:log

2012-07-12 Thread celestin
Author: celestin Revision: 1360662 Modified property: svn:log Modified: svn:log at Thu Jul 12 13:26:00 2012 -- --- svn:log (original) +++ svn:log Thu Jul 12 13:26:00 2012 @@ -1 +1 @@ -MATH-812: fixed a bug in

svn commit: r1360662 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear: ArrayRealVector.java OpenMapRealVector.java RealVector.java

2012-07-12 Thread celestin
Author: celestin Date: Thu Jul 12 13:17:08 2012 New Revision: 1360662 URL: http://svn.apache.org/viewvc?rev=1360662&view=rev Log: MATH-812: fixed a bug in RealVector.dotProduct(RealVector). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/li

svn commit: r1358502 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.java

2012-07-06 Thread celestin
Author: celestin Date: Sat Jul 7 05:17:44 2012 New Revision: 1358502 URL: http://svn.apache.org/viewvc?rev=1358502&view=rev Log: MATH-795: made some error messages more explicit. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstractTest.

svn commit: r1358366 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.java

2012-07-06 Thread celestin
Author: celestin Date: Fri Jul 6 19:31:00 2012 New Revision: 1358366 URL: http://svn.apache.org/viewvc?rev=1358366&view=rev Log: MATH-795: final clean-up of ArrayRealVectorTest. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/ArrayRealVectorTest.

  1   2   3   4   >