LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

Add verification checks to Matrix inverse methods #265

Closed cval26 closed 8 months ago

cval26 commented 8 months ago

Adds checks to the Matrix.inverse methods, ensuring that the underlying Lapack routines have returned successfully. This is to prevent the inverse methods from silently returning incorrect data.