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
Youssef Khmou 2013-11-21
编辑:Youssef Khmou 2013-11-21
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 的更多信息

提问:

2013-11-21

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by