Displaying 1 result from an estimated 1 matches for "acoid".
Did you mean:
acid
2000 Aug 01
1
R_FindSymbol
I have written a function that uses LSODA from NETLIB to solve initial value
problems, given a system of ODEs written as an R function. There are times when
it would be convenient to use the code with an ode system written in a compiled
language. Certainly, that can be done using .C or .Fortran within an R
function, but that seems inefficient (indeed, it does not enormously speed up
the