Description
in QRDecomposition.java, QRDecomposition(Matrix A).solve(Matrix B) is returning a Matrix of type B when it should be returning a matrix of type A. This can lead to Sparse Matrices which should be Dense and vice versa.
in QRDecomposition.java, QRDecomposition(Matrix A).solve(Matrix B) is returning a Matrix of type B when it should be returning a matrix of type A. This can lead to Sparse Matrices which should be Dense and vice versa.