public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* questions about using GSL's ODE solver?
@ 2007-06-06  7:32 Michael
  2007-06-06  7:46 ` [Help-gsl] " Jochen Küpper
  2007-06-06 13:21 ` Robert G. Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Michael @ 2007-06-06  7:32 UTC (permalink / raw)
  To: help-gsl, gsl-discuss

Hi all,

I am new to GSL's ODE solver and I began to use it because Matlab is
slow and I have to call the ODE solver thousands of millions of times.

My questions are:

1. In Matlab, I can provide a vector of times, and Matlab will return
a vector of solutions at these specified times. Is there a way to do
this in GSL ODE solver? I couldn't find a good way to handle this. I
want to solve the system of ODEs at 5, 7, 9, 11 seconds, and I only
want solutions at these points. How to do that? I hope I don't need to
repeat to run the solver for different time points, otherwise that's
just too slow. Time is critical to me.

2. Are there any ways to further speed up from internal of the solver?
I am thinking of providing a vector of parameters(hence a vector of
different ODEs) and solve them in a batch!

Thanks a lot for your help!

Best,

Michael.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-06 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-06  7:32 questions about using GSL's ODE solver? Michael
2007-06-06  7:46 ` [Help-gsl] " Jochen Küpper
2007-06-06 13:21 ` Robert G. Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).