> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:boost-bounces@;lists.boost.org]On Behalf Of Jason D Schmidt
> Sent: Saturday, November 09, 2002 9:06 PM
> To: [EMAIL PROTECTED]
> Subject: [boost] interfaces to numerical functions
>
>
> Hi everyone,
>
On Saturday 09 November 2002 16:05, Jason D Schmidt wrote:
> Should algorithms that take an array of data simply take some
> container as an argument and return as a container (if appropriate), or
> should they take input iterators, an output iterator, and return an
> output iterator (ala STL)? An
Hi everyone,
Awhile ago, I posted a few messages about writing some fast Fourier
transform (FFT) code for Boost. Now, we have a lot of discussion about
numerical integration. If we're going to start writing numerical code
for Boost (and I hope do a lot of it), we should probably come up with
som