-
- Downloads
Break LUP factorization when invalid matrix found
Singular matrices cannot be LUP factorized, so this condition is detected and returned in a `valid` flag. However, when the detection happened, the rest of the computation continued to happen. This could lead to floating point exceptions, which some applications do not like. So, when an invalid array is detected, return immediately.
parent
6447b173
Branches
Tags
Loading