dogz007 has asked for the wisdom of the Perl Monks concerning the following question:
perldl> $a = zeroes 3,1000; perldl> $b = zeroes 1000,3; perldl> help vars PDL variables in package main:: Name Type Dimension Flow State Mem ---------------------------------------------------------------- $a Double D [3,1000] P 0.02Mb $b Double D [1000,3] P 0.02Mb
This of course would lead me to believe that it doesn't matter one way or the other. Perhaps one of you PDL experts out there could shed some light on the subject.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Which pdl orientation saves memory
by dk (Chaplain) on Aug 22, 2007 at 09:40 UTC | |
Re: Which pdl orientation saves memory
by bart (Canon) on Aug 22, 2007 at 10:28 UTC | |
by dogz007 (Scribe) on Aug 22, 2007 at 13:28 UTC | |
by BrowserUk (Patriarch) on Aug 22, 2007 at 14:25 UTC | |
by dogz007 (Scribe) on Aug 22, 2007 at 16:42 UTC | |
by BrowserUk (Patriarch) on Aug 22, 2007 at 17:03 UTC |