PDL::API 2.4.3 review
DownloadPDL::API is a Perl module for making piddles from Perl and C/XS code. A simple cookbook how to create piddles manually
|
|
PDL::API is a Perl module for making piddles from Perl and C/XS code.
A simple cookbook how to create piddles manually. It covers both the Perl and the C/XS level. Additionally, it describes the PDL core routines that can be accessed from other modules. These routines basically define the PDL API. If you need to access piddles from C/XS you probably need to know about these functions.
SYNOPSIS
use PDL;
sub mkmypiddle {
...
}
Requirements:
Perl
PDL::API 2.4.3 search tags