public
Description: Perl interface to the GNU Scientific Library
Homepage: http://leto.net/code/Math-GSL
Clone URL: git://github.com/leto/math--gsl.git
Click here to lend your support to: math--gsl and make a donation at www.pledgie.com !
math--gsl / KNOWN_BUGS
100644 37 lines (18 sloc) 1.164 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
=head1 List of Known Bugs in Math::GSL
 
* OO interface to NTuples is only a stub
 
* Only NTuples of integers are currently supported
 
* Reading NTuples from a file is broken, since ->swig_ntuple_data_get returns a SWIG-encoded void pointer to the data
 
* Mathieu Functions currently do not work.
 
* The implementation of callbacks in Math::GSL is duct tape and paper clips. It is very sensitive
 
 to new and exotic platforms and compilers. UPDATE: This has been much improved by Vincent Danjean.
 
* Math::GSL subclasses Module::Build and generates compile flags based on system characteristics,
 
 shouldn't this be in Module::Build ?
 
* FFT's stopped working! We need some good unit tests, the current one does not use trusted data
 
* gsl_set_error_handler_off() does not return a gsl_error_handler_t
 
* gsl_histogram2d_clone() does not return a gsl_histogram_t
 
* gsl_vector_complex_scale() does not exist in underlying GSL library (will be in GSL 1.12 )
 
* gsl_monte_function is b0rked
 
* gsl_min_fminimizer_iterate = exploding hamster
 
* gsl_root_fsolver_iterate = exploding hamster
 
* gsl_fft_real_radix2_transform is b0rked (it worked at one point...)
 
=cut