Skip to content

CHOLMOD: introduce bool nIsZero_

Patrick Jaap requested to merge patrick.jaap/dune-istl:feature/nIsZero into master

It can happen that we work on a 0 times 0 matrix due to ignore fields or other reasons. This leads to undefined behavior in the cholmod lib.

We simply catch this case by introducing a bool value.

Merge request reports