|
DACE 2.0 API Manual
Differential Algebra Core Engine
|
#include <stdlib.h>#include <stdbool.h>#include <string.h>#include "dace/config.h"
Include dependency graph for daceaux.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | dcom |
| struct | dcom_t |
| struct | ddbg |
| struct | dmonomial |
| struct | dextendedmonomial |
| struct | daceblob |
Macros | |
| #define | UNLIKELY(expr) expr |
| #define | LIKELY(expr) expr |
| #define | ERROR_FUN_SIZE 64 |
| #define | ERROR_MSG_SIZE 256 |
| #define | DACE_BINARY_MAGIC (0x1E304144) |
Typedefs | |
| typedef struct dcom | dacecom |
| typedef struct dcom_t | dacecom_t |
| typedef struct ddbg | dacedbg |
| typedef struct dmonomial | monomial |
| typedef struct dextendedmonomial | extended_monomial |
Variables | |
| dacecom | DACECom |
| DACE_THREAD_LOCAL dacecom_t | DACECom_t |
| DACE_THREAD_LOCAL dacedbg | DACEDbg |
1.8.13