jblas
jblas copied to clipboard
How to find out if matrix is singular from LUDecomposition
Blas implementation of LUDecomposition always returns LUP, even for singular matrices. Wouldn't it be useful to throw an exception in case matrix is singular?