![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
PDL How to create/initialise a large byte piddle directly.by BrowserUk (Patriarch) |
on Oct 19, 2006 at 21:44 UTC ( [id://579474]=perlquestion: print w/replies, xml ) | Need Help?? |
BrowserUk has asked for the wisdom of the Perl Monks concerning the following question: I can initialise a large 2D piddle using zeroes and then convert that to a byte piddle:
I can then undef $a to discard the default Double piddle and recover space
And I can do that all in one line:
but it appears as if the latter still creates the 8-times bigger intermediary before automatically discarding it. Is there a way to create a large 2D byte piddle directly? I'm just starting to find my way around the PDL docs and I seem to be missing this example. Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
Lingua non convalesco, consenesco et abolesco. -- Rule 1 has a caveat! -- Who broke the cabal?
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
Back to
Seekers of Perl Wisdom
|
|