Subject: | PDL::LinearAlgebra doesn't support 64bit indexing |
The current implementation of PDL::LinearAlgebra does not support the coming
PDL-2.007 64bit index support. It may not be possible with the current implementation
since the underlying code may not allow for larger than 32bit indexing. If that is the
case, it would be good if the documentation/release notes/readme mentioned that
fact. You can check for defined(&PDL::indx) to determine if the base PDL distribution
you are building against has the new 64bit capable index support.
PDL-2.007 64bit index support. It may not be possible with the current implementation
since the underlying code may not allow for larger than 32bit indexing. If that is the
case, it would be good if the documentation/release notes/readme mentioned that
fact. You can check for defined(&PDL::indx) to determine if the base PDL distribution
you are building against has the new 64bit capable index support.