means.approximation package¶
Subpackages¶
Submodules¶
-
class
means.approximation.approximation_baseclass.ApproximationBaseClass(model)[source]¶ Bases:
objectA class of explicit generators for ordinary differential equations required to simulate the model provided.
Initialise the approximation.
Parameters: model ( Model) – Model to approximate-
model¶ The model that is used in approximation
-
run()[source]¶ Perform the approximation. Return a constructed
ODEProblemobject.Returns: a constructed set of equations, encoded in ODEProblemobject.Return type: ODEProblem
-