Sha256: a221bd861d1974c2b98a9265a36dcf85c2183d02e4d376f8ab7ef862ff5ac91c
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
#ifndef QDLDL_TYPES_H # define QDLDL_TYPES_H #include "glbopts.h" # ifdef __cplusplus extern "C" { # endif /* ifdef __cplusplus */ // QDLDL integer and float types #define QDLDL_int scs_int #define QDLDL_float scs_float #define QDLDL_bool scs_int # ifdef __cplusplus } # endif /* ifdef __cplusplus */ #endif /* ifndef QDLDL_TYPES_H */
Version data entries
4 entries across 4 versions & 1 rubygems