45 #if defined(__cplusplus)
46 namespace rrc {
extern "C" {
153 #if defined( __cplusplus)
void * RRHandle
Void pointer to a RoadRunner instance.
Definition: rrc_types.h:50
struct RRList * RRListPtr
A list type, stores int, double, strings and lists.
struct RRVector * RRVectorPtr
Structure for a simple vector of doubles.
RRParameterType
A parameters type can be string, bool, integer, double, vector or a matrix.
Definition: rrc_types.h:125
struct RRListItem * RRListItemPtr
A single list element type.
struct RRStringArray * RRStringArrayPtr
Structure for a simple vector of strings.
struct RRComplexMatrix * RRComplexMatrixPtr
Structure for a simple complex Matrix type.
struct RRCData * RRCDataPtr
Structure for the result type from the simulate calls. The client is responsible for freeing the RRCD...
ListItemType
The list type supports strings, integers, double and lists.
Definition: rrc_types.h:121
struct RRComplex * RRComplexPtr
Structure for a complex number.
struct RRComplexVector * RRComplexVectorPtr
Structure for a simple complex Vector type.
struct RRDoubleMatrix * RRDoubleMatrixPtr
Structure for a simple double Matrix type.
Structure for the result type from the simulate calls. The client is responsible for freeing the RRCD...
Definition: rrc_types.h:111
double * Weights
Definition: rrc_types.h:115
double * Data
Definition: rrc_types.h:114
char ** ColumnHeaders
Definition: rrc_types.h:116
int CSize
Definition: rrc_types.h:113
int RSize
Definition: rrc_types.h:112
Structure for a complex number.
Definition: rrc_types.h:84
double re
Definition: rrc_types.h:85
double imag
Definition: rrc_types.h:86
Structure for a simple complex Matrix type.
Definition: rrc_types.h:101
int CSize
Definition: rrc_types.h:103
int RSize
Definition: rrc_types.h:102
RRComplexPtr Data
Definition: rrc_types.h:104
Structure for a simple complex Vector type.
Definition: rrc_types.h:92
int Count
Definition: rrc_types.h:93
RRComplexPtr Data
Definition: rrc_types.h:94
Structure for a simple double Matrix type.
Definition: rrc_types.h:74
int CSize
Definition: rrc_types.h:76
int RSize
Definition: rrc_types.h:75
double * Data
Definition: rrc_types.h:77
A list type, stores int, double, strings and lists.
Definition: rrc_types.h:148
RRListItemPtr * Items
Definition: rrc_types.h:150
int Count
Definition: rrc_types.h:149
A single list element type.
Definition: rrc_types.h:133
double dValue
Definition: rrc_types.h:138
struct RRList * lValue
Definition: rrc_types.h:140
char * sValue
Definition: rrc_types.h:139
int iValue
Definition: rrc_types.h:137
Structure for a simple vector of strings.
Definition: rrc_types.h:66
char ** String
Definition: rrc_types.h:68
int Count
Definition: rrc_types.h:67
Structure for a simple vector of doubles.
Definition: rrc_types.h:58
double * Data
Definition: rrc_types.h:60
int Count
Definition: rrc_types.h:59