Adding these temporarily to debug a problem with is_up_todate()
[Math-GSL.git] / TODO
blob45ecf8f4e691b055e96ffef8f5c258189b6ea531
1 =head1 TODO
3 =head2 List of Things that you can do to help Math::GSL
5 * Add overloading to normal arithmetic operators (like Math::MatrixReal) in Vector, Matrix, possibly others
7 * Investigate serialization of Math::GSL::Vector/Matrix objects
9 * PDL interoperability : 
10                       my $matrix = Math::GSL::Matrix->new(50,50);  
11                       my $pdl = $matrix->as_pdl();
13 * Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
15 * Submit examples showing the use of Math::GSL to do everyday calculations
17 * Make HTML version of Math::GSL POD look nicer
19 * Add tests in xt/ to test for correct Build.PL behavior when modules are missing, etc...
21 * Investigate static linking issues
23 * Use Math::GSL in your calculations and tell people about it!