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!