Ipopt Documentation  
 
Loading...
Searching...
No Matches
config_default.h File Reference

Go to the source code of this file.

Macros

#define IPOPTLIB_EXPORT
 
#define IPOPT_HAS_LAPACK   1
 
#define IPOPT_C_FINITE   std::isfinite
 
#define IPOPT_BLAS_FUNC(name, NAME)   F77_FUNC(name,NAME)
 
#define IPOPT_LAPACK_FUNC(name, NAME)   F77_FUNC(name,NAME)
 
#define IPOPT_PARDISO_FUNC(name, NAME)   F77_FUNC(name,NAME)
 
#define IPOPT_WSMP_FUNC(name, NAME)   F77_FUNC(name,NAME)
 
#define IPOPT_WSMP_FUNC_(name, NAME)   F77_FUNC_(name,NAME)
 

Macro Definition Documentation

◆ IPOPTLIB_EXPORT

#define IPOPTLIB_EXPORT

Definition at line 10 of file config_default.h.

◆ IPOPT_HAS_LAPACK

#define IPOPT_HAS_LAPACK   1

Definition at line 32 of file config_default.h.

◆ IPOPT_C_FINITE

#define IPOPT_C_FINITE   std::isfinite

Definition at line 57 of file config_default.h.

◆ IPOPT_BLAS_FUNC

#define IPOPT_BLAS_FUNC (   name,
  NAME 
)    F77_FUNC(name,NAME)

Definition at line 60 of file config_default.h.

◆ IPOPT_LAPACK_FUNC

#define IPOPT_LAPACK_FUNC (   name,
  NAME 
)    F77_FUNC(name,NAME)

Definition at line 61 of file config_default.h.

◆ IPOPT_PARDISO_FUNC

#define IPOPT_PARDISO_FUNC (   name,
  NAME 
)    F77_FUNC(name,NAME)

Definition at line 62 of file config_default.h.

◆ IPOPT_WSMP_FUNC

#define IPOPT_WSMP_FUNC (   name,
  NAME 
)    F77_FUNC(name,NAME)

Definition at line 63 of file config_default.h.

◆ IPOPT_WSMP_FUNC_

#define IPOPT_WSMP_FUNC_ (   name,
  NAME 
)    F77_FUNC_(name,NAME)

Definition at line 64 of file config_default.h.