• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/build/buildd/coinor-ipopt-3.8.3/Ipopt/src/contrib/LinearSolverLoader/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 Common Public License.
00004 
00005  $Id: PardisoLoader.h 1324 2008-09-16 14:19:26Z andreasw $
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_*/

Generated on Sat Oct 16 2010 02:54:51 by  doxygen 1.7.1