forked from leto/math--gsl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
28 lines (16 loc) · 928 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
=head1 TODO
=head2 List of Things that you can do to help Math::GSL
* Fix something in KNOWN_BUGS
* Add overloading to normal arithmetic operators (like Math::MatrixReal) in
Vector, VectorComplex, Matrix, MatrixComplex, possibly others
* Make passing parameters to function references work properly
* Investigate serialization of Math::GSL::Vector/Matrix objects
* PDL interoperability :
my $matrix = Math::GSL::Matrix->new(50,50);
my $pdl = $matrix->as_pdl();
* Test and submit bug reports to make Math::GSL work with Windows/Strawberry Perl/Darwin/Solaris
* Submit examples showing the use of Math::GSL to do everyday calculations
* Make HTML version of Math::GSL POD look nicer
* Add tests in xt/ to test for correct Build.PL behavior when modules are missing, etc...
* Investigate static linking issues
* Use Math::GSL in your calculations and tell people about it!