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_MA97_DEFAULT_CONTROL
#define IPOPT_DECL_MA97_DEFAULT_CONTROL |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA97_ANALYSE
#define IPOPT_DECL_MA97_ANALYSE |
( |
|
x | ) |
|
Value: void (x)( \
const int check, \
const int n, \
const int ptr[], \
const int row[], \
void** akeep, \
int order[] \
)
double ipnumber
Type for floating-point numbers.
- Since
- 3.14.0
Definition at line 33 of file IpMa97SolverInterface.hpp.
◆ IPOPT_DECL_MA97_FACTOR
#define IPOPT_DECL_MA97_FACTOR |
( |
|
x | ) |
|
Value: void (x)( \
int matrix_type, \
const int ptr[], \
const int row[], \
void** akeep, \
void** fkeep, \
)
- Since
- 3.14.0
Definition at line 46 of file IpMa97SolverInterface.hpp.
◆ IPOPT_DECL_MA97_FACTOR_SOLVE
#define IPOPT_DECL_MA97_FACTOR_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
int matrix_type, \
const int ptr[], \
const int row[], \
int nrhs, \
int ldx, \
void** akeep, \
void** fkeep, \
)
- Since
- 3.14.0
Definition at line 59 of file IpMa97SolverInterface.hpp.
◆ IPOPT_DECL_MA97_SOLVE
#define IPOPT_DECL_MA97_SOLVE |
( |
|
x | ) |
|
Value: void (x)( \
const int job, \
const int nrhs, \
const int ldx, \
void** akeep, \
void** fkeep, \
)
- Since
- 3.14.0
Definition at line 75 of file IpMa97SolverInterface.hpp.
◆ IPOPT_DECL_MA97_FINALISE
#define IPOPT_DECL_MA97_FINALISE |
( |
|
x | ) |
|
◆ IPOPT_DECL_MA97_FREE_AKEEP
#define IPOPT_DECL_MA97_FREE_AKEEP |
( |
|
x | ) |
|