Go to the source code of this file.
|
typedef double | ipnumber |
| Type for floating-point numbers.
|
|
typedef int | ipindex |
| Type of all indices of vectors, matrices etc.
|
|
◆ IPOPT_DEPRECATED
macro to declare symbols as deprecated
- Since
- Ipopt 3.14.0
Definition at line 25 of file IpTypes.h.
◆ IPOPT_UNUSED
◆ IPOPT_CALLCONV
◆ IPOPT_INDEX_FORMAT
#define IPOPT_INDEX_FORMAT "d" |
Format specifier to use for ipindex in printf-format strings.
- Since
- 3.14.0
Definition at line 72 of file IpTypes.h.
◆ ipnumber
Type for floating-point numbers.
- Since
- 3.14.0
Definition at line 51 of file IpTypes.h.
◆ ipindex
Type of all indices of vectors, matrices etc.
- Since
- 3.14.0
Definition at line 68 of file IpTypes.h.
◆ ipfint
Type of Fortran integer translated into C.
- Deprecated:
- Use ipindex instead.
Definition at line 79 of file IpTypes.h.