Go to the documentation of this file.
6 #ifndef IPOPTLIB_EXPORT
7 #if defined(_WIN32) && defined(DLL_EXPORT)
8 #define IPOPTLIB_EXPORT __declspec(dllexport)
10 #define IPOPTLIB_EXPORT
32 #define IPOPT_HAS_LAPACK 1
55 #define IPOPT_C_FINITE _finite
57 #define IPOPT_C_FINITE std::isfinite
60 #define IPOPT_BLAS_FUNC(name,NAME) F77_FUNC(name,NAME)
61 #define IPOPT_LAPACK_FUNC(name,NAME) F77_FUNC(name,NAME)
62 #define IPOPT_PARDISO_FUNC(name,NAME) F77_FUNC(name,NAME)
63 #define IPOPT_WSMP_FUNC(name,NAME) F77_FUNC(name,NAME)
64 #define IPOPT_WSMP_FUNC_(name,NAME) F77_FUNC_(name,NAME)