Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
PardisoLoader.h
Go to the documentation of this file.
00001 /* Copyright (C) 2008 GAMS Development and others
00002  All Rights Reserved.
00003  This code is published under the Eclipse Public License.
00004 
00005  $Id$
00006 
00007  Author: Stefan Vigerske
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 /*PARADISOLOADER_H_*/
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines