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

2012-05-09 Thread celestin
Author: celestin Date: Thu May 10 05:08:01 2012 New Revision: 1336483 URL: http://svn.apache.org/viewvc?rev=1336483&view=rev Log: In o.a.c.m3.special.Gamma, exposed the Lanczos approximation (MATH-753). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.

svn commit: r1336458 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/util/Pair.java test/java/org/apache/commons/math3/util/PairTest.java

2012-05-09 Thread erans
Author: erans Date: Thu May 10 00:14:08 2012 New Revision: 1336458 URL: http://svn.apache.org/viewvc?rev=1336458&view=rev Log: MATH-786 Allow caching of the hash code computation. User is expected to not change the pair contents if he requested the hash code to be cached. Modified: commons/p

svn commit: r1336123 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general/AbstractLeastSquaresOptimizer.java

2012-05-09 Thread erans
Author: erans Date: Wed May 9 12:14:16 2012 New Revision: 1336123 URL: http://svn.apache.org/viewvc?rev=1336123&view=rev Log: "final", formatting. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general/AbstractLeastSquaresOptimizer.java Modified: c

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

2012-05-09 Thread celestin
Author: celestin Date: Wed May 9 10:27:04 2012 New Revision: 1336056 URL: http://svn.apache.org/viewvc?rev=1336056&view=rev Log: Reverted changes accidentally committed in r1334315. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/special/Gamma.java Modified: com