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_MA86_DEFAULT_CONTROL
#define IPOPT_DECL_MA86_DEFAULT_CONTROL |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA86_ANALYSE
#define IPOPT_DECL_MA86_ANALYSE |
( |
|
x | ) |
|
Value: void (x)( \
const int n, \
const int ptr[], \
const int row[], \
int order[], \
void** keep, \
)
- Since
- 3.14.0
Definition at line 34 of file IpMa86SolverInterface.hpp.
◆ IPOPT_DECL_MA86_FACTOR
#define IPOPT_DECL_MA86_FACTOR |
( |
|
x | ) |
|
Value: void (x)( \
const int n, \
const int ptr[], \
const int row[], \
const int order[], \
void** keep, \
)
double ipnumber
Type for floating-point numbers.
- Since
- 3.14.0
Definition at line 45 of file IpMa86SolverInterface.hpp.
◆ IPOPT_DECL_MA86_FACTOR_SOLVE
#define IPOPT_DECL_MA86_FACTOR_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
const int n, \
const int ptr[], \
const int row[], \
const int order[], \
void** keep, \
const int nrhs, \
const int ldx, \
)
- Since
- 3.14.0
Definition at line 58 of file IpMa86SolverInterface.hpp.
◆ IPOPT_DECL_MA86_SOLVE
#define IPOPT_DECL_MA86_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
const int job, \
const int nrhs, \
const int ldx, \
const int order[],\
void** keep, \
)
- Since
- 3.14.0
Definition at line 74 of file IpMa86SolverInterface.hpp.
◆ IPOPT_DECL_MA86_FINALISE
#define IPOPT_DECL_MA86_FINALISE |
( |
|
x | ) |
|