Ipopt Documentation  
IpIterativePardisoSolverInterface.hpp File Reference

Go to the source code of this file.

Classes

class  Ipopt::IterativePardisoSolverInterface
 Interface to the linear solver Pardiso, derived from SparseSymLinearSolverInterface. More...
 

Namespaces

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

Macros

#define IPOPT_DECL_SETIPOPTCALLBACKFUNCTION(x)
 

Macro Definition Documentation

◆ IPOPT_DECL_SETIPOPTCALLBACKFUNCTION

#define IPOPT_DECL_SETIPOPTCALLBACKFUNCTION (   x)
Value:
void (x)( \
int (*IpoptFunction)( \
int n, \
ipnumber* xx, \
ipnumber* r, \
int k, \
ipnumber b \
) \
)

Definition at line 17 of file IpIterativePardisoSolverInterface.hpp.