parallel numerical integration (quad, quadl)
9 次查看(过去 30 天)
显示 更早的评论
Hey I stumble upon a mini project that is to parallelize a mathematica-serial numerical integration program to matlab. The reason is mathematica is using NIntegrate and this takes 8 hours to run on a core-i7 computer.
I found some good tutorial about using spmd to estimate integration using area-under-the curve algorithm. However, I need high degree of accuracy provided by quadl.
Would you mind point in the right direction to work out parallel quadl/int/quad in matlab? Many thanks!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!