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_MA77_DEFAULT_CONTROL
| #define IPOPT_DECL_MA77_DEFAULT_CONTROL |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_OPEN_NELT
| #define IPOPT_DECL_MA77_OPEN_NELT |
( |
|
x | ) |
|
Value: void (x)( \
const int n, \
const char* fname1, \
const char* fname2, \
const char* fname3, \
const char* fname4, \
void** keep, \
const int nelt \
)
- Since
- 3.14.0
Definition at line 33 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_OPEN
| #define IPOPT_DECL_MA77_OPEN |
( |
|
x | ) |
|
Value: void (x)( \
const int n, \
const char* fname1, \
const char* fname2, \
const char* fname3, \
const char* fname4, \
void** keep, \
)
- Since
- 3.14.0
Definition at line 46 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_INPUT_VARS
| #define IPOPT_DECL_MA77_INPUT_VARS |
( |
|
x | ) |
|
Value: void (x)( \
const int idx, \
const int nvar, \
const int list[], \
void** keep, \
)
- Since
- 3.14.0
Definition at line 58 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_INPUT_REALS
| #define IPOPT_DECL_MA77_INPUT_REALS |
( |
|
x | ) |
|
Value: void (x)( \
const int idx, \
const int length, \
void** keep, \
)
double ipnumber
Type for floating-point numbers.
- Since
- 3.14.0
Definition at line 68 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_ANALYSE
| #define IPOPT_DECL_MA77_ANALYSE |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_FACTOR
| #define IPOPT_DECL_MA77_FACTOR |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_FACTOR_SOLVE
| #define IPOPT_DECL_MA77_FACTOR_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
const int posdef, \
void** keep, \
const int nrhs, \
const int lx, \
)
- Since
- 3.14.0
Definition at line 95 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_SOLVE
| #define IPOPT_DECL_MA77_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
const int job, \
const int nrhs, \
const int lx, \
void** keep, \
)
- Since
- 3.14.0
Definition at line 107 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_RESID
| #define IPOPT_DECL_MA77_RESID |
( |
|
x | ) |
|
Value: void (x)( \
const int nrhs, \
const int lx, \
const int lresid, \
void** keep, \
)
- Since
- 3.14.0
Definition at line 119 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_SCALE
| #define IPOPT_DECL_MA77_SCALE |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_ENQUIRE_POSDEF
| #define IPOPT_DECL_MA77_ENQUIRE_POSDEF |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_ENQUIRE_INDEF
| #define IPOPT_DECL_MA77_ENQUIRE_INDEF |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_ALTER
| #define IPOPT_DECL_MA77_ALTER |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA77_RESTART
| #define IPOPT_DECL_MA77_RESTART |
( |
|
x | ) |
|
Value: void (x)( \
const char* restart_file, \
const char* fname1, \
const char* fname2, \
const char* fname3, \
const char* fname4, \
void** keep, \
)
- Since
- 3.14.0
Definition at line 166 of file IpMa77SolverInterface.hpp.
◆ IPOPT_DECL_MA77_FINALISE
| #define IPOPT_DECL_MA77_FINALISE |
( |
|
x | ) |
|
◆ IPOPT_DECL_MC68_DEFAULT_CONTROL
| #define IPOPT_DECL_MC68_DEFAULT_CONTROL |
( |
|
x | ) |
|
◆ IPOPT_DECL_MC68_ORDER
| #define IPOPT_DECL_MC68_ORDER |
( |
|
x | ) |
|
Value: void (x)( \
int ord, \
int n, \
const int ptr[], \
const int row[], \
int perm[], \
)
- Since
- 3.14.0
Definition at line 190 of file IpMa77SolverInterface.hpp.