#1712 FMatrix::invert never used

Metadata

Property Value
Reported by Markus Blatt (markus@dr-blatt.de)
Reported at Sep 1, 2015 13:26
Type Bug Report
Version Git (pre2.4) [cmake]
Operating System Unspecified / All

Description

Not sure whether this is a bug or a feature:

FMatrix provides some specialization for inverting matrix smaller than 4x4. Unfortunately, these never get used (e.g. in ILU0 with a blockmatrix) as DenseMatrix provides its own implementation of invert.