In my MsC I used very large sparse matrices. The software was implemented in C, and it gave me very nice headaches.
Now, I'm preparing my PhD based on the same area (Natural Language Processing) and I'm thinking if I can gain anything with Perl Data Language. Anybody using PDL (well, I know Gimp uses it) can give me examples of where it is beeing used?
if you're dealing with matrices (Score:1)
It has special toolboxes (C optimized) for sparse matrices, by the way. Oh, and a special toolboox for NLP as well.
Re:if you're dealing with matrices (Score:1)
Re:if you're dealing with matrices (Score:1)
You can use Octave then...
Re:if you're dealing with matrices (Score:1)
Octave! (Score:1)
Octave (Score:1)
http://www.octave.org/
http://search.cpan.org/~aadler/Inline-Octave-0.21/
Re:Octave (Score:1)