/home/coin/SVN-release/CoinAll-1.1.0/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 330 2008-02-09 16:50:07Z stefan $
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 Sun Nov 14 14:06:36 2010 for Coin-All by  doxygen 1.4.7