rxFunParse {rxode2} | R Documentation |
Add user function to rxode2
Description
This adds a user function to rxode2 that can be called. If needed,
these functions can be differentiated by numerical differences or
by adding the derivatives to rxode2's internal derivative table
with rxode2's rxD
function
Usage
rxFunParse(name, args, cCode)
rxRmFunParse(name)
Arguments
name |
This gives the name of the user function |
args |
This gives the arguments of the user function |
cCode |
This is the C-code for the new function |
Value
nothing
Author(s)
Matthew L. Fidler
[Package rxode2 version 4.0.2 Index]