Parallel computing for integrals

Posted by Iman on Stack Overflow See other posts from Stack Overflow or by Iman
Published on 2010-04-13T11:36:02Z Indexed on 2010/04/13 11:42 UTC
Read the original article Hit count: 359

Filed under:
|

I want to reduce the calculation time for a time-consuming integral by splitting the integration range. I'm using C++, Windows, and a quad-core Intel i7 CPU.

How can I split it into 4 parallel computations?

© Stack Overflow or respective owner

Related posts about parallel-programming

Related posts about c++