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