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!