Added myself to the CREDITS file (after Jonathan Leto reminded me about it)
[Math-GSL.git] / TODO
blob3b307b3a0a211c26f007ee366d8c1fecf710ba3f
1 =head1 TODO
3 =head2 List of Things that you can do to help Math::GSL
5 * Use Math::GSL in your calculations and tell people about it!
7 * Submit examples showing the use of Math::GSL to do everyday calculations
9 * Make HTML version of Math::GSL POD look nicer
11 * Fix something in KNOWN_BUGS
13 * Add tests for the functions in Math::GSL::Randist
15 * Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
17 * Add overloading to normal arithmetic operators (like Math::MatrixReal) in
19   Vector, VectorComplex, Matrix, MatrixComplex, possibly others
21 * Make passing parameters to function references work properly
23 * Investigate serialization of Math::GSL::Vector/Matrix objects
25 * Investigate static linking issues
27 =head2 Maybe
29 * PDL interoperability :
30                       my $matrix = Math::GSL::Matrix->new(50,50);
31                       my $pdl = $matrix->as_pdl();