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

Go to the source code of this file.

Classes

class  Ipopt::Ma57TSolverInterface
 Interface to the symmetric linear solver MA57, derived from SparseSymLinearSolverInterface. More...
 

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_MA57A(x)
 
#define IPOPT_DECL_MA57B(x)
 
#define IPOPT_DECL_MA57C(x)
 
#define IPOPT_DECL_MA57E(x)
 
#define IPOPT_DECL_MA57I(x)
 

Typedefs

typedef ipindex ma57int
 

Macro Definition Documentation

◆ IPOPT_DECL_MA57A

#define IPOPT_DECL_MA57A (   x)
Value:
void (x)( \
ma57int* n, \
ma57int* ne, \
const ma57int* irn, \
const ma57int* jcn, \
ma57int* lkeep, \
ma57int* keep, \
/* Automatically iflag = 0; ikeep pivot order iflag = 1 */ \
ma57int* iwork, \
ma57int* icntl, \
ma57int* info, \
ipnumber* rinfo \
)
ipindex ma57int
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51
Since
3.14.0

Definition at line 24 of file IpMa57TSolverInterface.hpp.

◆ IPOPT_DECL_MA57B

#define IPOPT_DECL_MA57B (   x)
Value:
void (x)( \
ma57int* n, \
ma57int* ne, \
ipnumber* a, \
ipnumber* fact, \
ma57int* lfact, \
ma57int* ifact, \
ma57int* lifact, \
ma57int* lkeep, \
ma57int* keep, \
ma57int* iwork, \
ma57int* icntl, \
ipnumber* cntl, \
ma57int* 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)( \
ma57int* job, \
ma57int* n, \
ipnumber* fact, \
ma57int* lfact, \
ma57int* ifact, \
ma57int* lifact, \
ma57int* nrhs, \
ipnumber* rhs, \
ma57int* lrhs, \
ipnumber* work, \
ma57int* lwork, \
ma57int* iwork, \
ma57int* icntl, \
ma57int* info \
)
Since
3.14.0

Definition at line 63 of file IpMa57TSolverInterface.hpp.

◆ IPOPT_DECL_MA57E

#define IPOPT_DECL_MA57E (   x)
Value:
void (x)( \
ma57int* n, \
ma57int* ic, \
ma57int* keep, \
ipnumber* fact, \
ma57int* lfact, \
ipnumber* newfac, \
ma57int* lnew, \
ma57int* ifact, \
ma57int* lifact, \
ma57int* newifc, \
ma57int* linew, \
ma57int* info \
)
Since
3.14.0

Definition at line 81 of file IpMa57TSolverInterface.hpp.

◆ IPOPT_DECL_MA57I

#define IPOPT_DECL_MA57I (   x)
Value:
void (x)( \
ipnumber* cntl, \
ma57int* icntl \
)
Since
3.14.0

Definition at line 97 of file IpMa57TSolverInterface.hpp.

Typedef Documentation

◆ ma57int

typedef ipindex ma57int

Definition at line 20 of file IpMa57TSolverInterface.hpp.