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!

Respuestas (1)

Youssef  Khmou
Youssef Khmou el 21 de Nov. de 2013
Editada: Youssef Khmou el 21 de Nov. de 2013

0 votos

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.

Categorías

Preguntada:

el 21 de Nov. de 2013

Editada:

el 21 de Nov. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by