mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +08:00
use C linkage for umfpack (might fix some linking issues)
This commit is contained in:
parent
eda59ffc1b
commit
a53a7d6e6a
@ -5,7 +5,9 @@
|
||||
|
||||
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
|
||||
|
||||
extern "C" {
|
||||
#include <umfpack.h>
|
||||
}
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user