On 05/11/2007, Michael Stauffer <[EMAIL PROTECTED]> wrote: > > -----Original Message----- > > From: Jordi Gutiérrez Hermoso [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 05, 2007 11:36 AM > > To: Michael Stauffer > > Cc: [email protected] > > Subject: Re: [Help-gsl] Complex vector math? > > > > > > On 05/11/2007, Michael Stauffer <[EMAIL PROTECTED]> wrote: > > > I could write my own loop to run through a > > gsl_complex_vector and use > > > gsl_complex routines to do the work, but that would involve more > > > variable assignments and function calls than seems efficient. > > > > Why not submit a patch to the GSL to go along with the other > > vector routines, then? It seems like an easy task. > > > Hmmm. Not sure that I trust myself enough to add to such an established > library. I'll think about it.
Just inspect the code in vector/ from the source tree. vector/gsl_vector_complex.h is probably the file you would want to look at, maybe look at vector/oper.c and vector/oper_source.c. This well-established library really isn't that complicated. :-) - Jordi G. H. _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
