jblas icon indicating copy to clipboard operation
jblas copied to clipboard

How to find out if matrix is singular from LUDecomposition

Open nfrik opened this issue 6 years ago • 0 comments

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?

nfrik avatar Mar 13 '18 19:03 nfrik