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 / TODO
100644 34 lines (17 sloc) 0.907 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
=head1 TODO
 
=head2 List of Things that you can do to help Math::GSL
 
* Use Math::GSL in your calculations and tell people about it!
 
* Submit examples showing the use of Math::GSL to do everyday calculations
 
* Make HTML version of Math::GSL POD look nicer
 
* Fix something in KNOWN_BUGS
 
* Add tests for the functions in Math::GSL::Randist
 
* Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
 
* Add overloading to normal arithmetic operators (like Math::MatrixReal) in
 
  Vector, VectorComplex, Matrix, MatrixComplex, possibly others
 
* Make passing parameters to function references work properly
 
* Investigate serialization of Math::GSL::Vector/Matrix objects
 
* Investigate static linking issues
 
=head2 Maybe
 
* PDL interoperability :
                      my $matrix = Math::GSL::Matrix->new(50,50);
                      my $pdl = $matrix->as_pdl();