amici.importers.bngl
BNGL Import
This module provides all necessary functionality to import a model specified in the BNGL format.
Functions
|
Generate AMICI C++ files for the provided model. |
- amici.importers.bngl.bngl2amici(bngl_model, **kwargs)[source]
Generate AMICI C++ files for the provided model.
- Parameters:
bngl_model (
str) – bngl model file, model name will determine the name of the generated modulekwargs – see
amici.importers.pysb.pysb2amici()for additional arguments
- Return type: