On 6/20/2010 3:56 PM, P Kishor wrote: > On Sun, Jun 20, 2010 at 2:54 PM, Chris Marshall<[email protected]> wrote: >> Works for me with the latest git: >> PDL> use Storable; >> >> PDL> use PDL::IO::Storable; >> >> PDL> my $a = pdl(1984,325,1.4504,23.9576,200.4562,30456,-2.3451,22.0979); >> >> PDL> my $row = ones(458)->dummy * $a; > > The above should be 4587 instead of 458... 10 times bigger. Maybe that > was the issue?
Maybe. cygwin has an annoying 300MB limit. That is why I'm working to port PDL baseline to win32. Does it work for you with the smaller number? --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
