Flattening out subexpressions
- To: mathgroup at smc.vnet.net
 - Subject: [mg6777] Flattening out subexpressions
 - From: seanross at worldnet.att.net
 - Date: Fri, 18 Apr 1997 02:37:46 -0400 (EDT)
 - Sender: owner-wri-mathgroup at wolfram.com
 
Does anyone know how to conveniently partition a 64x64x2x3 array into a 64x64x6 array, effectively Flatten-ing out the innermost dimension? Flatten seems to work from the top down. My first guess is to first Flatten, then Partition. Is there a better way?