Parallel computing for integrals
- by Iman
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?