PDL::API 2.4.3 review

Download
by rbytes.net on

PDL::API is a Perl module for making piddles from Perl and C/XS code. A simple cookbook how to create piddles manually

License: Perl Artistic License
File size: 2194K
Developer: Christian Soeller
0 stars award from rbytes.net

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