Most efficient ode solver
1 次查看(过去 30 天)
显示 更早的评论
Hi all, to your knowledge, what is the most efficient general ode algorithm for matlab?
Is there a way to parallelize the problem of solving a set of ode? Can you state that the ode15,23,45 are the most efficient ways to solve an ode with matlab?
I am dealing with huge systems of odes, I would like to find a method to speed up the computation, without thinking of an eventual, problem dependent, montecarlo approach.
Thank you!
0 个评论
回答(1 个)
Walter Roberson
2012-4-27
There is no one most efficient general ode algorithm. The different ode*() routines are most suitable for different types of ode.
2 个评论
Walter Roberson
2012-5-5
The only way I can think of at the moment is to have the Parallel Computing Toolbox and use parfor or similar facilities.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!