![]() |
|
The stupid question is the question not asked | |
PerlMonks |
The Perl Data Language (PDL): A Quick Reference Guideby lin0 (Curate) |
on Dec 02, 2006 at 20:00 UTC ( #587436=perltutorial: print w/replies, xml ) | Need Help?? |
The Perl Data Language (PDL) is a powerful package that uses C (and sometimes Fortran) to efficiently handle multidimensional data sets. This package has been successfully used in a variety of applications. To help you get started with (or to learn more about) this package, I collected a few references (in a question and answer format) that serve as a brief overview of PDL. Q: I am curious: who created PDL? A: Karl Glazebrook. He is a professor in the Department of Physics and Astronomy of the Johns Hopkins University. Q: Ok. I want to get started with PDL, is there a Web Page for that project? A: Yes, the PDL – The Perl Data Language Web Page Q: Sounds interesting, where can I download it? A: You can get it from CPAN or from SourceForge.net Q: I downloaded it. What should I read first, just to get started? A: I suggest you to have a look at PDL for the Impatient Q: I read it. What should I read now? A: There is a very good article, in the Perl Journal, titled: PDL: The Perl Data Language Q: Good. Is there any other source of documentation available? Yes, there is a Table of Contents of PDL Documentation Q: That is good. But I am interested in a book or a book chapter, where can I find those? A: There are, at least, two books and one book chapter related to PDL. Books:
Book chapter
Q: Excellent! But I am curious, are there any other references available? A: Yes, there are. For example, you might want to look at:
Q: Terrific! Now, if I have a question where can I ask for help? A: You can subscribe to the PDL Mailing Lists and ask there for help. And, of course, you can always ask for help in the Monastery Q: Great. Now I am wondering: are there any freely available examples? A: Yes, there are. Here, I leave you a small list:
Q: Cool! Now, the next question is: are there any packages using PDL? A: Yes, some of them are: Q: One last question, is PDL going to be supported by Perl 6? A: Yes. In fact, the plan is for the Perl 6 features to make it easier for the PDL folks to write numeric Perl. See for instance, perl6: Synopsis 9: Data Structures
Back to
Tutorials
|
|