Alex Tartakovsky writes: > gsl_wavelet.h declares functions gsl_wavelet2d_transform_forward, > gsl_wavelet2d_transform_inverse, gsl_wavelet2d_nstransform_forward, > and gsl_wavelet2d_nstransform_inverse. These functions are also > documented in the manual (pp. 309, 310). However, no > implementations are given in dwt.c. Granted these functions are > trivial as they should simply set the gsl_wavelet_direction > argument in the call to the base functions, they still managed to > go AWOL in two versions already. Note that test.c does not test > those functions either. >
Thanks for the bug report. I will add the missing functions in the next release. -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
