libroadrunner C API
|
Get information about rates of change. More...
Functions | |
C_DECL_SPEC RRVectorPtr rrcCallConv | getRatesOfChange (RRHandle handle) |
Retrieve the vector of rates of change as determined by the current state of the model. More... | |
C_DECL_SPEC RRStringArrayPtr rrcCallConv | getRatesOfChangeIds (RRHandle handle) |
Retrieve the string list of rates of change Ids. More... | |
C_DECL_SPEC bool rrcCallConv | getRateOfChange (RRHandle handle, const int, double *value) |
Retrieve the rate of change for a given floating species. More... | |
C_DECL_SPEC RRVectorPtr rrcCallConv | 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.
C_DECL_SPEC bool rrcCallConv 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 |
C_DECL_SPEC RRVectorPtr rrcCallConv 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 |
C_DECL_SPEC RRVectorPtr rrcCallConv 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 |
C_DECL_SPEC RRStringArrayPtr rrcCallConv getRatesOfChangeIds | ( | RRHandle | handle | ) |
Retrieve the string list of rates of change Ids.
Example:
[in] | handle | Handle to a RoadRunner instance |