Loading [MathJax]/extensions/tex2jax.js
Ipopt Documentation  
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
IpMa86SolverInterface.hpp File Reference

Go to the source code of this file.

Classes

class  Ipopt::Ma86SolverInterface
 

Namespaces

namespace  Ipopt
 This file contains a base class for all exceptions and a set of macros to help with exceptions.
 

Macros

#define IPOPT_DECL_MA86_DEFAULT_CONTROL(x)
 
#define IPOPT_DECL_MA86_ANALYSE(x)
 
#define IPOPT_DECL_MA86_FACTOR(x)
 
#define IPOPT_DECL_MA86_FACTOR_SOLVE(x)
 
#define IPOPT_DECL_MA86_SOLVE(x)
 
#define IPOPT_DECL_MA86_FINALISE(x)
 

Macro Definition Documentation

◆ IPOPT_DECL_MA86_DEFAULT_CONTROL

#define IPOPT_DECL_MA86_DEFAULT_CONTROL (   x)
Value:
void (x)( \
struct ma86_control* control \
)
#define ma86_control
Definition hsl_ma86d.h:44
Since
3.14.0

Definition at line 29 of file IpMa86SolverInterface.hpp.

◆ 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, \
const struct ma86_control* control, \
struct ma86_info* info \
)
#define ma86_info
Definition hsl_ma86d.h:45
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 ipnumber val[], \
const int order[], \
void** keep, \
const struct ma86_control* control, \
struct ma86_info* info, \
const ipnumber scale[] \
)
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51
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 ipnumber val[], \
const int order[], \
void** keep, \
const struct ma86_control* control, \
struct ma86_info* info, \
const int nrhs, \
const int ldx, \
ipnumber xx[], \
const ipnumber scale[] \
)
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, \
ipnumber* xx, \
const int order[],\
void** keep, \
const struct ma86_control* control,\
struct ma86_info* info, \
const ipnumber scale[] \
)
Since
3.14.0

Definition at line 74 of file IpMa86SolverInterface.hpp.

◆ IPOPT_DECL_MA86_FINALISE

#define IPOPT_DECL_MA86_FINALISE (   x)
Value:
void (x)( \
void** keep, \
const struct ma86_control* control \
)
Since
3.14.0

Definition at line 87 of file IpMa86SolverInterface.hpp.