Numerical integral calculation on GPU
이전 댓글 표시
As I learned there is quite a number of GPU compatible functions built into Matlab, but I wonder why the integral functions don't belong to them. Why is is this the case? Numerical integral solving seems to me to be inherently parallel with sometimes 100.000 calls to the same function with different values!
답변 (1개)
Youssef Khmou
2013년 11월 21일
편집: Youssef Khmou
2013년 11월 21일
0 개 추천
hi, there are functions that are open source, letting the author to edit them, others are built in like fft as example. The integral function is open hence you can alter it as i think a Simpson rule is used in .
cordially.
카테고리
도움말 센터 및 File Exchange에서 GPU Computing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!