#include "sbmlsolver/exportdefs.h"
Include dependency graph for drawGraph.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
SBML_ODESOLVER_API int | drawModel (Model_t *, char *, char *) |
Draws a bipartite graph of the reaction network in the passed SBML model `m' (as libSBML Model_t). | |
SBML_ODESOLVER_API int | drawJacoby (cvodeData_t *, char *, char *) |
Draws a graph of the non-zero entries in the Jacobian matrix J = df/dx of an ODE system f(x,p,t) = dx/dt at the end-time of the last integration. | |
SBML_ODESOLVER_API int | drawSensitivity (cvodeData_t *, char *, char *, double) |
Draws a graph of the non-zero entries in the sensitivity matrix P = df/dp of an ODE system f(x,p,t) = dx/dt at the end-time of the last integration. |