Re: [math] JIRA MATH-653 CholeskyDecompositionImpl

2011-09-04 Thread Ted Dunning
Sounds right to me. I think the more generic this kind of code is, the better. I feel this even in the face of some (but not massive) performance loss. I don't see that there should be any performance loss here. On Sun, Sep 4, 2011 at 5:00 AM, Luc Maisonobe wrote: > Le 04/09/2011 11:14, Sébas

Re: [math] JIRA MATH-653 CholeskyDecompositionImpl

2011-09-04 Thread Luc Maisonobe
Le 04/09/2011 11:14, Sébastien Brisard a écrit : Hi, Hi Sébastien, In JIRA MATH-653, Gilles initiated a simplification of the RealVector abstract class, by removing all methods which make use of double[] as RealVectors. The logical step is to simplify DecompositionSolver along these lines. Wh

[math] JIRA MATH-653 CholeskyDecompositionImpl

2011-09-04 Thread Sébastien Brisard
Hi, In JIRA MATH-653, Gilles initiated a simplification of the RealVector abstract class, by removing all methods which make use of double[] as RealVectors. The logical step is to simplify DecompositionSolver along these lines. While doing this for CholeskyDecompositionImpl, I initially intended to