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

Go to the source code of this file.

Classes

class  Ipopt::Ma27TSolverInterface
 Interface to the symmetric linear solver MA27, 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_MA27A(x)
 
#define IPOPT_DECL_MA27B(x)
 
#define IPOPT_DECL_MA27C(x)
 
#define IPOPT_DECL_MA27I(x)
 

Macro Definition Documentation

◆ IPOPT_DECL_MA27A

#define IPOPT_DECL_MA27A (   x)
Value:
void (x)( \
ipindex* N, \
ipindex* NZ, \
const ipindex* IRN, \
const ipindex* ICN, \
ipindex* IW, \
ipindex* LIW, \
ipindex* IKEEP, \
ipindex* IW1, \
ipindex* NSTEPS,\
ipindex* IFLAG, \
ipindex* ICNTL, \
ipnumber* CNTL, \
ipindex* INFO, \
ipnumber* OPS \
)
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51
int ipindex
Type of all indices of vectors, matrices etc.
Definition IpTypes.h:68
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, \
const ipindex* IRN, \
const ipindex* ICN, \
ipnumber* A, \
ipindex* LA, \
ipindex* IW, \
ipindex* LIW, \
ipindex* IKEEP, \
ipindex* NSTEPS, \
ipindex* MAXFRT, \
ipindex* IW1, \
ipindex* ICNTL, \
ipnumber* CNTL, \
ipindex* INFO \
)
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, \
ipindex* INFO \
)
Since
3.14.0

Definition at line 52 of file IpMa27TSolverInterface.hpp.

◆ IPOPT_DECL_MA27I

#define IPOPT_DECL_MA27I (   x)
Value:
void (x)( \
ipindex* ICNTL, \
ipnumber* CNTL \
)
Since
3.14.0

Definition at line 68 of file IpMa27TSolverInterface.hpp.