Skip to content

[bugfix] Switch UMFPack complex number branch to long size type

Dominic Kempf requested to merge bugfix/umfpack-std-complex into master

The index type used for UMFPack was recently switched to long int !291 (closed). However, the specialization of the method dispatcher for std::complex was not adapted.

Merge request reports