Am 22.07.2012 23:19, schrieb Gilles Sadowski: > I agree. I.e. let's make a list of the algorithms that would certainly > benefit from parallelization, and for which the parallelization would be > pretty simple (the devilish details notwithstanding...).
Integration, root solving or minimizing a function whose evaluation is itself time consuming. On a multi core machine you can get several function values in the same time a single core machine produces one. Adapting numerical integration is probably quite easy, while root solving and optimizers will probably require new algorithms which get higher order convergence from the multiple function values computed in parallel in order to minimize iteration count. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org