10 #ifndef IPOPT_DEPRECATED 15 # define IPOPT_DEPRECATED __declspec(deprecated) 16 #elif defined(__GNUC__) 20 # define IPOPT_DEPRECATED __attribute__ ((deprecated)) 25 # define IPOPT_DEPRECATED 30 # define IPOPT_UNUSED __attribute__((unused)) 35 #ifndef IPOPT_CALLCONV 38 #define IPOPT_CALLCONV __cdecl 41 #define IPOPT_CALLCONV 63 #define IPOPT_INDEX_FORMAT PRId64 72 #define IPOPT_INDEX_FORMAT "d" double ipnumber
Type for floating-point numbers.
int ipindex
Type of all indices of vectors, matrices etc.
#define IPOPT_DEPRECATED
macro to declare symbols as deprecated
IPOPT_DEPRECATED typedef ipindex ipfint
Type of Fortran integer translated into C.