Author: celestin
Date: Mon Jun 25 05:57:14 2012
New Revision: 1353388
URL: http://svn.apache.org/viewvc?rev=1353388&view=rev
Log:
MATH-795: factored out test of getL1Norm, getL1Distance, getLInfNorm,
getLInfDistance.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3
Author: celestin
Date: Mon Jun 25 05:42:09 2012
New Revision: 1353387
URL: http://svn.apache.org/viewvc?rev=1353387&view=rev
Log:
MATH-795: factored out unit tests of getDistance and getNorm.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/RealVectorAbstract
Author: celestin
Date: Mon Jun 25 05:22:58 2012
New Revision: 1353386
URL: http://svn.apache.org/viewvc?rev=1353386&view=rev
Log:
Reverted changes committed in r1353140. In o.a.c.m3.util.Incrementor, a
NullPointerException is now thrown if the call-back function specified at
construction is null