Go to the source code of this file.
|
namespace | Ipopt |
| This file contains a base class for all exceptions and a set of macros to help with exceptions.
|
|
◆ IPOPT_DECL_PARDISOINIT
#define IPOPT_DECL_PARDISOINIT |
( |
|
x | ) |
|
Value: void (x)( \
void* PT, \
ipindex* IPARM, \
ipnumber* DPARM, \
ipindex* E \
)
int ipindex
Type of all indices of vectors, matrices etc.
- Since
- 3.14.0
Definition at line 19 of file IpPardisoSolverInterface.hpp.
◆ IPOPT_DECL_PARDISO
#define IPOPT_DECL_PARDISO |
( |
|
x | ) |
|
Value: void (x)( \
void** PT, \
ipindex* IPARM, \
ipnumber* B, \
ipnumber* X, \
ipindex* E, \
ipnumber* DPARM \
)
double ipnumber
Type for floating-point numbers.
- Since
- 3.14.0
Definition at line 29 of file IpPardisoSolverInterface.hpp.
◆ IPOPT_DECL_SMAT_REORDERING_PARDISO_WSMP
#define IPOPT_DECL_SMAT_REORDERING_PARDISO_WSMP |
( |
|
x | ) |
|
Value: void (x)( \
ipindex* a2, \
ipindex* ja2, \
ipnumber* a2_, \
ipindex* perm2, \
ipnumber* scale2, \
ipindex* tmp2_, \
ipindex preprocess \
)
- Since
- 3.14.0
Definition at line 50 of file IpPardisoSolverInterface.hpp.