8 #ifndef PARDISOLOADER_H_ 9 #define PARDISOLOADER_H_ IPOPTLIB_EXPORT char * LSL_PardisoLibraryName(void)
Returns name of the shared library that should contain Pardiso.
IPOPTLIB_EXPORT int LSL_loadPardisoLib(const char *libname, char *msgbuf, int msglen)
Tries to load a dynamically linked library with Pardiso.
IPOPTLIB_EXPORT int LSL_unloadPardisoLib(void)
Unloads a loaded Pardiso library.
IPOPTLIB_EXPORT int LSL_isPardisoLoaded(void)
Indicates whether a Pardiso library has been successfully loaded.