Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to increse size of a PDL piddle? (type)

by Anonymous Monk
on Jul 02, 2013 at 14:33 UTC ( [id://1042025]=note: print w/replies, xml ) Need Help??


in reply to How to increse size of a PDL piddle?

FWIW, I don't PDL, but if I did, I'd ask:

What type of piddle?

this suggests size limits beyond available memory
http://pdl.perl.org/PDLdocs/Core.html#howbig

$size = howbig($piddle->get_datatype);

Maybe you can assign to nelem?

OTOH zentara says in RFC: PDL Cheat Sheet that PDL has a limit set of 30000 elements that 30k

Replies are listed 'Best First'.
Re^2: How to increse size of a PDL piddle? (type)
by Anonymous Monk on Jul 03, 2013 at 05:36 UTC

    Thank you. I found what I was looking for in the PDL cheat sheet.There is a module to print any size piddle and override the 30000 elements limit.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1042025]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-24 19:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found