Main Page
Namespaces
Classes
Files
File List
File Members
tmp
buildd
coinor-ipopt-3.10.2
Ipopt
src
contrib
LinearSolverLoader
PardisoLoader.h
Go to the documentation of this file.
1
/* Copyright (C) 2008 GAMS Development and others
2
All Rights Reserved.
3
This code is published under the Eclipse Public License.
4
5
$Id: PardisoLoader.h 1861 2010-12-21 21:34:47Z andreasw $
6
7
Author: Stefan Vigerske
8
*/
9
10
#ifndef PARDISOLOADER_H_
11
#define PARDISOLOADER_H_
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
23
int
LSL_loadPardisoLib
(
const
char
* libname,
char
* msgbuf,
int
msglen);
24
28
int
LSL_unloadPardisoLib
();
29
33
int
LSL_isPardisoLoaded
();
34
36
char
*
LSL_PardisoLibraryName
();
37
#ifdef __cplusplus
38
}
39
#endif
40
41
#endif
/*PARADISOLOADER_H_*/
Generated on Tue Jun 26 2012 17:01:43 by
1.8.1.1