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.
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
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
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