> On 01/11/2007, Michael Stauffer <[EMAIL PROTECTED]> wrote: > > I can't find any math routines for complex vectors (i.e. > add, mult., > > etc.). I can see the math routines for complex scalars in > > gsl_complex_math.h, but I don't see anything in > gsl_vector_complex*. > > Am I looking in the wrong place, or is it just not there? > > There are basic routines for complex vectors in the BLAS > section, where the other vector routines are. > > - Jordi G. H. I saw the routines there, but they don't cover things like elmental multiplication that are available for non-complex gsl vectors. Also, I see that gsl_complex has routines for absolute value, conjugate, etc, but there's not vector/matric versions. I can write my own of course, but I'd rather use the library if it had those functions.
Cheers, Michael _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
