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!

Antworten (1)

Youssef  Khmou
Youssef Khmou am 21 Nov. 2013
Bearbeitet: Youssef Khmou am 21 Nov. 2013

0 Stimmen

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.

Kategorien

Gefragt:

am 21 Nov. 2013

Bearbeitet:

am 21 Nov. 2013

Community Treasure Hunt

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

Start Hunting!

Translated by