Base Module
Module provides functions that 'wrap' a raw integration routine into a form that can be used within Bristlecone.
Functions and values
Function or value | Description |
|
|
|
|
|
|
Full Usage:
solve log integrate tInitial tEnd tStep initialConditions externalEnvironment modelMap
Parameters:
LogEvent -> unit
integrate : float -> 'b -> float -> 'c[] -> (float -> 'c[] -> 'd[]) -> float[][]
tInitial : float
tEnd : 'b
tStep : float
initialConditions : Map<'a, 'c>
externalEnvironment : Map<'a, TimeIndex<'c>>
modelMap : Map<'a, (float -> 'c -> Map<'a, 'c> -> 'd)>
Returns: Map<'a, float[]>
|
|