Re: RFC 90 (v3) Arrays: Builtins: merge() and demerge()
[email protected] ("Jeremy Howard") Mon, 11 Sep 2000 17:18:25 +1100
| Newsgroups | perl.perl6.language.data |
|---|---|
| Message-ID | <001301c01bb8$1cbf37c0$c1252ccb@SAMANTHA> |
Christian Soeller wrote: > Jeremy Howard wrote: > > > However I like the Numeric Python reshape() semantics better: > > > > http://starship.python.net/~da/numtut/array.html > > Is that in any significant way different from PDL's reshape? > > http://pdl.sourceforge.net/PDLdocs/Core.html#reshape > The Numeric Python version lets you use '-1' for any one dimension, which sets the size of that dimension to make the array fill the new shape as completely as possible.