parallel numerical integration (quad, quadl)
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Parallel for-Loops (parfor) en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!