Reformat some code in Vector and only import what we need from Errno
[Math-GSL.git] / KNOWN_BUGS
blob92e4afd6bd8cef1df0e7c3e5f672b085b5ef3286
2 =head1 List of Known Bugs in Math::GSL
4 * OO interface to NTuples is only a stub
6 * Only NTuples of integers are currently supported
8 * Reading NTuples from a file is broken, since ->swig_ntuple_data_get returns a SWIG-encoded void pointer to the data
10 * Mathieu Functions currently do not work.
12 * The implementation of callbacks in Math::GSL is duct tape and paper clips. It is very sensitive
14  to new and exotic platforms and compilers. UPDATE: This has been much improved by Vincent Danjean.
16 * Math::GSL subclasses Module::Build and generates compile flags based on system characteristics,
18  shouldn't this be in Module::Build ?
20 * FFT's stopped working! We need some good unit tests, the current one does not use trusted data
22 * gsl_set_error_handler_off() does not return a gsl_error_handler_t
24 * gsl_histogram2d_clone() does not return a gsl_histogram_t
26 * gsl_vector_complex_scale() does not exist in underlying GSL library (will be in GSL 1.12 )
28 * gsl_monte_function is b0rked
30 * gsl_min_fminimizer_iterate = exploding hamster
32 * gsl_root_fsolver_iterate = exploding hamster
34 * gsl_fft_real_radix2_transform is b0rked (it worked at one point...)
36 =cut