Loading [MathJax]/extensions/tex2jax.js
Ipopt Documentation  
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
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

namespace  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, \
) \
)
double ipnumber
Type for floating-point numbers.
Definition IpTypes.h:51

Definition at line 17 of file IpIterativePardisoSolverInterface.hpp.