use C linkage for umfpack (might fix some linking issues)

This commit is contained in:
Gael Guennebaud 2011-02-17 18:19:28 +01:00
parent eda59ffc1b
commit a53a7d6e6a

View File

@ -5,7 +5,9 @@
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
extern "C" {
#include <umfpack.h>
}
namespace Eigen {