Subject: | does not support coming 64bit indexing |
The upcoming PDL-2.007 release features 64bit index support.
A look through this code (and test output) shows that it uses
the assumed 32bit index integer types. There is a new PDL_Indx
(C type), an indx (for signatures), and an indx() type/conversion
(perl/PDL level). You can check if the 64bit support is present
by checking defined(&PDL::indx) for the base PDL distribution
you are building against.