Skip to content

Remove UB from Matrix.h, and replace by quiet NaNs.

Nick Thompson requested to merge NAThompson/vtk-m:fix_matrix into master

This fixes a spurious failure reported by UBSan, and also be a step towards fixing the issue reported by @mclarsen: that floating point exceptions cause a halt of execution from some of our customers.

Merge request reports