This fixes a memory leak in the allocation of doubles, but causes 4 tests to fail
[Math-GSL.git] / TODO
blobb88582ad09f4e162cb98c008cbf6c66cd238b2a2
1 =head1 TODO
3 =head2 List of Things that you can do to help Math::GSL
5 * Fix something in KNOWN_BUGS
7 * Add overloading to normal arithmetic operators (like Math::MatrixReal) in
8   Vector, VectorComplex, Matrix, MatrixComplex, possibly others
10 * Make passing parameters to function references work properly
12 * Investigate serialization of Math::GSL::Vector/Matrix objects
14 * PDL interoperability :
15                       my $matrix = Math::GSL::Matrix->new(50,50);
16                       my $pdl = $matrix->as_pdl();
18 * Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
20 * Submit examples showing the use of Math::GSL to do everyday calculations
22 * Make HTML version of Math::GSL POD look nicer
24 * Add tests in xt/ to test for correct Build.PL behavior when modules are missing, etc...
26 * Investigate static linking issues
28 * Use Math::GSL in your calculations and tell people about it!