Feature/use umfpack dl func versions
- Jun 13, 2019
-
-
Christoph Grüninger authored
-
With the *_dl_* versions instead of the *_di_* versions UMFPACK will not have a memory limit of just 2GB.
-
The index type was previously hard-coded to int. However, we might want to change the index type for compatibility with legacy interfaces of other libraries such as UMFPack. This patch makes the index type customizable and defaults to int for full backward-compatibility
-