Re: [math] RealMatrixImpl, DenseRealMatrix and MatrixUtils factory methods

2009-02-07 Thread Phil Steitz
Luc Maisonobe wrote: Phil Steitz a écrit : I noticed a breakage in one of my apps that uses MatrixUtils#createRealMatrix(double[][], boolean). This method seems to have been removed. I guess this is because DenseRealMatrix can't support this. I understand the value of DenseRealMatrix, but

Re: [math] RealMatrixImpl, DenseRealMatrix and MatrixUtils factory methods

2009-02-07 Thread Luc Maisonobe
Phil Steitz a écrit : > I noticed a breakage in one of my apps that uses > MatrixUtils#createRealMatrix(double[][], boolean). This method seems to > have been removed. I guess this is because DenseRealMatrix can't > support this. I understand the value of DenseRealMatrix, but I still > see value

[math] RealMatrixImpl, DenseRealMatrix and MatrixUtils factory methods

2009-02-07 Thread Phil Steitz
I noticed a breakage in one of my apps that uses MatrixUtils#createRealMatrix(double[][], boolean). This method seems to have been removed. I guess this is because DenseRealMatrix can't support this. I understand the value of DenseRealMatrix, but I still see value in the double[][]-backed Re