Fix a typo in a variable name in an error message from GSLBuilder.pm
[Math-GSL.git] / TODO
blob5fd7f1ce62757bd9b7f134c1db19fb624af52320
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 Vector, Matrix, possibly others
9 * Make passing parameters to function references work properly
11 * Investigate serialization of Math::GSL::Vector/Matrix objects
13 * PDL interoperability : 
14                       my $matrix = Math::GSL::Matrix->new(50,50);  
15                       my $pdl = $matrix->as_pdl();
17 * Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
19 * Submit examples showing the use of Math::GSL to do everyday calculations
21 * Make HTML version of Math::GSL POD look nicer
23 * Add tests in xt/ to test for correct Build.PL behavior when modules are missing, etc...
25 * Investigate static linking issues
27 * Use Math::GSL in your calculations and tell people about it!