getC_method__Model: getC method Model
Description
This function computes the value for C for each time and pool. Details
This function takes a Model object, which represents a system of ODEs of the form
$$\frac{d \mathbf{C}(t)}{dt} = \mathbf{I}(t) + \mathbf{A}(t) \mathbf{C}(t)$$
and solves the system for $C(t)$. The numerical solver used can be specified in the constructor of the Model class
e.g. Model
, GeneralModel
.