00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef PARDISOLOADER_H_
00011 #define PARDISOLOADER_H_
00012
00013 #ifdef __cplusplus
00014 extern "C" {
00015 #endif
00016
00023 int LSL_loadPardisoLib(const char* libname, char* msgbuf, int msglen);
00024
00028 int LSL_unloadPardisoLib();
00029
00033 int LSL_isPardisoLoaded();
00034
00036 char* LSL_PardisoLibraryName();
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040
00041 #endif