Skip to content
Snippets Groups Projects
Commit f74a2239 authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

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
2 merge requests!2615Draft: DONTMERGE ME: TEST FOR 1.7.0-rc1 is our 9th official release of VTK-m.,!2527Turn on floating point exception trapping for GCC in tests
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment