RE: [boost] interfaces to numerical functions

2002-11-12 Thread Paul A. Bristow
> -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, >

Re: [boost] interfaces to numerical functions

2002-11-09 Thread Toon Knapen
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

[boost] interfaces to numerical functions

2002-11-09 Thread Jason D Schmidt
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