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 RealMatrixImpl. Any objections if I restore the method above, change the other factories to return RealMatrixImpl instances as before and add createDenseMatrix() methods? I would also be OK with deprecating the createRealMatrix() methods and adding CreateXx methods for both versions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to