Raphael Mack <[EMAIL PROTECTED]> writes: > Am I just to blind to see some C macro or is there at the moment no > way to e. g. add to gsl_complex_float values?
See ,----[ (info "(gsl-ref)Complex arithmetic operators") ] | -- Function: gsl_complex gsl_complex_add (gsl_complex A, gsl_complex B) | This function returns the sum of the complex numbers A and B, | z=a+b. `---- and probably also ,----[ (info "(gsl-ref)Data types") ] | All the functions are available for each of the standard data-types. | The versions for `double' have the prefix `gsl_block', `gsl_vector' and | `gsl_matrix'. Similarly the versions for single-precision `float' | arrays have the prefix `gsl_block_float', `gsl_vector_float' and | `gsl_matrix_float'. The full list of available types is given below, [...] | Corresponding types exist for the `gsl_vector' and `gsl_matrix' | functions. `---- Greetings, Jochen -- Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D (Part 3 you find in my messages before fall 2003.) _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
