libRoadRunner C API
1.0.0
|
Get information about rates of change. More...
Functions | |
RRVectorPtr | getRatesOfChange (RRHandle handle) |
Retrieve the vector of rates of change as determined by the current state of the model. More... | |
RRStringArrayPtr | getRatesOfChangeIds (RRHandle handle) |
Retrieve the string list of rates of change Ids. More... | |
bool | getRateOfChange (RRHandle handle, const int, double *value) |
Retrieve the rate of change for a given floating species. More... | |
RRVectorPtr | getRatesOfChangeEx (RRHandle handle, const RRVectorPtr vec) |
Retrieve the vector of rates of change given a vector of floating species concentrations. More... | |
Get information about rates of change.
bool getRateOfChange | ( | RRHandle | handle, |
const int | , | ||
double * | value | ||
) |
Retrieve the rate of change for a given floating species.
Example:
[in] | handle | Handle to a RoadRunner instance |
[out] | value | Pointer to double, holding the rate of change |
RRVectorPtr getRatesOfChange | ( | RRHandle | handle | ) |
Retrieve the vector of rates of change as determined by the current state of the model.
Example:
[in] | handle | Handle to a RoadRunner instance |
RRVectorPtr getRatesOfChangeEx | ( | RRHandle | handle, |
const RRVectorPtr | vec | ||
) |
Retrieve the vector of rates of change given a vector of floating species concentrations.
Example:
[in] | handle | Handle to a RoadRunner instance |
[in] | vec | Vector handle holding rates of change |
RRStringArrayPtr getRatesOfChangeIds | ( | RRHandle | handle | ) |
Retrieve the string list of rates of change Ids.
Example:
[in] | handle | Handle to a RoadRunner instance |