Displaying 7 results from an estimated 7 matches for "lsode".
Did you mean:
lsoda
2010 Jan 11
0
trouble with installing pbatR
...ps/R-2.8.1/lib64/R/include
-I/usr/local/include -fpic -g -O2 -c call_steady.c
-o call_steady.o
gcc -std=gnu99 -I/usr/local/apps/R-2.8.1/lib64/R/include
-I/usr/local/include -fpic -g -O2 -c call_stsparse.
c -o call_stsparse.o
g77 -fpic -g -O2 -c dlinpk.f -o dlinpk.o
g77 -fpic -g -O2 -c lsodes.f -o lsodes.o
lsodes.f: In subroutine `dlsodes':
lsodes.f:1536: warning:
CALL DSTODE (NEQ, Y, RWORK(LYH), NYH, RWORK(LYH), RWORK(LEWT),
1
lsodes.f:3468: (continued):
CALL DSTODE (NEQ, Y, RWORK(LYH), NYH, RWORK(LYH), RWORK(LEWT),
2
Argument #10 of `...
2011 Mar 15
1
precompiled ode with spline input
I tried to use lsode with precompiled C code instead of an R function
defining the derivatives. No problem so far.
However, now I need to implement an ODE that contains spline functions,
i.e. the derivatives at given time points depend on the value of a
spline function at this time point. What is an efficient way to
i...
2012 Dec 05
2
stiff delay differential equations
Hello List,
Can you recommend me if odeSolve can handle stiff delay differential equations
with discontinuities? Or any other package?
Best,
-m
2017 Nov 19
2
Debian backport on Stretch?
Le Sat, Nov 18, 2017 at 03:26:53PM -0800, Bill Harris a ?crit :
> Incidentally, you can see a bit more complete description at
> https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue
> .
Hi Bill and everybody,
if one installs R >= 3.4.2 from any source, then some Debian packages
will be broken. The change of r-api virtual
2012 Jan 30
2
ode() tries to allocate an absurd amount of memory
Hi there R-helpers:
I'm having problems with the function ode() found in the package deSolve.
It seems that when my state variables are too numerous (>33000 elements),
the function throws the following error:
Error in vode(y, times, func, parms, ...) :
cannot allocate memory block of size 137438953456.0 Gb
In addition: Warning message:
In vode(y, times, func, parms, ...) : NAs
2000 Jul 26
4
differential equations
Hi, Does somebody knows of the existence of a library of functions
for solving differential equations, I need a solver for a system of non
linear first order differential equations. I think there was something
in IMSL but that was a long time ago and probably there are some
new algorithms in the new now.
Thanks for any pointers.
.
R. Heberto Ghezzo Ph.D.
Meakins-Christie Labs
McGill
2009 Jun 11
3
deSolve question
Dear All,
I like to simulate a physiologically based pharmacokinetics model using R
but am having a problem with the daspk routine.
The same problem has been implemented in Berkeley madonna and Winbugs so
that I know that it is working. However, with daspk it is not, and the
numbers are everywhere!
Please see the following and let me know if I am missing something...
Thanks a lot in advance,