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

/tmp/user/2000/build-area/coinor-ipopt-3.9.2/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 Eclipse Public License.
00004 
00005  $Id: PardisoLoader.h 1864 2010-12-22 19:21:02Z 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 Thu Jan 27 2011 20:05:46 by  doxygen 1.7.1