From: Dan Mcleran (dan.mcleran_at_[hidden])
Date: 2002-10-17 10:46:51


Would anyone be interested in algorithms to perform numerical integration? I
have written STL-style algoritms for Simpson's rule and the trapezoidal
rule. I also have an algorithm that allows passing a boost::function to
calculate all f(x) values before performing the integration.

Regards,

Dan McLeran