Re: [math] commit 1165155 results in error

2011-09-05 Thread Dennis Hendriks
Hi Sébastien, thanks for the quick response/commit. Dennis Sébastien Brisard wrote: Thanks Dennis for that! I forgot to commit the changes made to the DecompositionSolver interface (which explains what it compiled locally...). Hope it is now fixed in rev. 1165188. Sébastien 2011/9/5 Dennis H

Re: [math] commit 1165155 results in error

2011-09-05 Thread Sébastien Brisard
Thanks Dennis for that! I forgot to commit the changes made to the DecompositionSolver interface (which explains what it compiled locally...). Hope it is now fixed in rev. 1165188. Sébastien 2011/9/5 Dennis Hendriks : > Hi all, > > commit 1165155 removed method "solve(double[] b)" from class Solve

[math] commit 1165155 results in error

2011-09-04 Thread Dennis Hendriks
Hi all, commit 1165155 removed method "solve(double[] b)" from class Solver in org/apache/commons/math/linear/CholeskyDecompositionImpl.java, but it is still in the DecompositionSolver interface that the Solver class implements, thus resulting in an error, as the Solver class now no longer im