Rich FitzJohn
Rich FitzJohn
``` odin::odin_parse({ x0[1]
Following from #194 it should be possible to split parts of an array expression over different stages (constant, user, time) subject to the condition that we evaluate them in the...
``` odin::odin_parse({ initial(y)
The innocent looking ``` odin({ initial(x)
``` gen
``` deriv(S)
See the teaching work with Joanna here - this might be straightforward to add as another configuration variable perhaps?
e.g., ```r sum_last_5
We have an interpolation extent check that is ok for non-delayed things, but for delays it's a bit of a trick. Especially awkward with double-delays. This is being prevented at...
Would fix #135 properly. Requires reworking the options interface in #139 though