Go to the source code of this file.
|
| Ipopt |
| This file contains a base class for all exceptions and a set of macros to help with exceptions.
|
|
◆ IPOPT_DECL_MA27A
#define IPOPT_DECL_MA27A |
( |
|
x | ) |
|
Value:void (x)( \
ipindex* N, \
ipindex* NZ, \
ipindex* IW, \
ipindex* LIW, \
ipindex* IKEEP, \
ipindex* IW1, \
ipindex* NSTEPS,\
ipindex* IFLAG, \
ipindex* ICNTL, \
ipnumber* CNTL, \
ipindex* INFO, \
ipnumber* OPS \
)
int ipindex
Type of all indices of vectors, matrices etc.
- Since
- 3.14.0
Definition at line 15 of file IpMa27TSolverInterface.hpp.
◆ IPOPT_DECL_MA27B
#define IPOPT_DECL_MA27B |
( |
|
x | ) |
|
Value:void (x)( \
ipindex* N, \
ipindex* NZ, \
ipnumber* A, \
ipindex* LA, \
ipindex* IW, \
ipindex* LIW, \
ipindex* IKEEP, \
ipindex* NSTEPS, \
ipindex* MAXFRT, \
ipindex* IW1, \
ipindex* ICNTL, \
ipnumber* CNTL, \
ipindex* INFO \
)
int ipindex
Type of all indices of vectors, matrices etc.
- Since
- 3.14.0
Definition at line 33 of file IpMa27TSolverInterface.hpp.
◆ IPOPT_DECL_MA27C
#define IPOPT_DECL_MA27C |
( |
|
x | ) |
|
Value:void (x)( \
ipindex* N, \
ipnumber* A, \
ipindex* LA, \
ipindex* IW, \
ipindex* LIW, \
ipnumber* W, \
ipindex* MAXFRT, \
ipnumber* RHS, \
ipindex* IW1, \
ipindex* NSTEPS, \
ipindex* ICNTL, \
ipnumber* CNTL \
)
- Since
- 3.14.0
Definition at line 52 of file IpMa27TSolverInterface.hpp.
◆ IPOPT_DECL_MA27I
#define IPOPT_DECL_MA27I |
( |
|
x | ) |
|