At Sat, 18 Oct 2008 11:14:07 -0400, Michael G Soyka wrote: > > In version 1.11 in the file linalg/svd.c, there are references to the > function gsl_coerce_double on lines 536 and 537. > > Since there is a macro named GSL_COERCE_DBL in config.h, shouldn't that > be used instead? > > In version 1.11, there are 3 functions defined in sys/coerce.c: > gsl_coerce_double, gsl_coerce_float, and gsl_coerce_long_double. Only > the first one is referenced in the GSL itself and none of them is > documented.
Thanks for the suggestion, the macro would be better in svd.c - I will change that. The other functions are just there for completeness. > In version 1.11, the HTML documentation contains 2 files: > Complex-Numbers.html and Complex-numbers.html. Because Windows > filenames are case insensitive, one file will overwrite the other when > extracted. Thanks for pointing that out. -- Brian Gough GNU Scientific Library - http://www.gnu.org/software/gsl/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
