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_MA57A
#define IPOPT_DECL_MA57A |
( |
|
x | ) |
|
Value: void (x)( \
ipindex* n, \
ipindex* ne, \
ipindex* lkeep, \
ipindex* keep, \
\
ipindex* iwork, \
ipindex* icntl, \
ipindex* info, \
ipnumber* rinfo \
)
int ipindex
Type of all indices of vectors, matrices etc.
- Since
- 3.14.0
Definition at line 24 of file IpMa57TSolverInterface.hpp.
◆ IPOPT_DECL_MA57B
#define IPOPT_DECL_MA57B |
( |
|
x | ) |
|
Value: void (x)( \
ipindex* n, \
ipindex* ne, \
ipnumber* a, \
ipnumber* fact, \
ipindex* lfact, \
ipindex* ifact, \
ipindex* lifact, \
ipindex* lkeep, \
ipindex* keep, \
ipindex* iwork, \
ipindex* icntl, \
ipnumber* cntl, \
ipindex* info, \
ipnumber* rinfo \
)
- Since
- 3.14.0
Definition at line 39 of file IpMa57TSolverInterface.hpp.
◆ IPOPT_DECL_MA57C
#define IPOPT_DECL_MA57C |
( |
|
x | ) |
|
Value: void (x)( \
ipindex* job, \
ipindex* n, \
ipnumber* fact, \
ipindex* lfact, \
ipindex* ifact, \
ipindex* lifact, \
ipindex* nrhs, \
ipnumber* rhs, \
ipindex* lrhs, \
ipnumber* work, \
ipindex* lwork, \
ipindex* iwork, \
ipindex* icntl, \
ipindex* info \
)
- Since
- 3.14.0
Definition at line 63 of file IpMa57TSolverInterface.hpp.
◆ IPOPT_DECL_MA57E
#define IPOPT_DECL_MA57E |
( |
|
x | ) |
|
Value: void (x)( \
ipindex* n, \
ipindex* ic, \
ipindex* keep, \
ipnumber* fact, \
ipindex* lfact, \
ipnumber* newfac, \
ipindex* lnew, \
ipindex* ifact, \
ipindex* lifact, \
ipindex* newifc, \
ipindex* linew, \
ipindex* info \
)
- Since
- 3.14.0
Definition at line 81 of file IpMa57TSolverInterface.hpp.
◆ IPOPT_DECL_MA57I
#define IPOPT_DECL_MA57I |
( |
|
x | ) |
|
◆ ma57int