Calculate gradients from ODE system
getODEGradient(X, timePoints, params, auxVars, species = 1:dim(X)[2])Latent values for the species
Times at which to calculate the ODE gradients
Current parameter estimates
Auxiliary variables (including function for ODE gradients)
Which species to return (default=all)
A T by length(species) matrix with the gradients calculated at each time point for the specified species.