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.
- RFC 90 (v3) Arrays: Builtins: merge() and demerge() Perl6 RFC Librarian
- Re: RFC 90 (v3) Arrays: Builtins: merge() and dem... Matthew Wickline
- Re: RFC 90 (v3) Arrays: Builtins: merge() and... Jeremy Howard
- Re: RFC 90 (v3) Arrays: Builtins: merge() and de... Damian Conway
- Re: RFC 90 (v3) Arrays: Builtins: merge() and... Chaim Frenkel
- Re: RFC 90 (v3) Arrays: Builtins: merge()... Jeremy Howard
- Re: RFC 90 (v3) Arrays: Builtins: mer... Christian Soeller
- Jeremy Howard