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