Skip to content

[R-sig-dyn-mod] dll option with dede of deSolve

2 messages · Tomas Radivoyevitch, Thomas Petzoldt

#
On 12/15/2012 6:29 AM, Tomas Radivoyevitch wrote:
Hi Tom,

I don't have a ready made example at hand, but handling of lags resp. 
delays can be found in:

deSolve/src/lags.c

It contains the C internals of getLagValue and getLagDeriv that both 
call function "past" doing the main job. It should be not too difficult 
to implement similar function(s) in your own code. Note also the 
required header file deSolve.h.

Please let us know if you need any (small ;-) changes at the deSolve C 
level.

Thomas Petzoldt