Re: MapThread over ragged arrays
- To: mathgroup at smc.vnet.net
- Subject: [mg83640] Re: MapThread over ragged arrays
- From: yatesd at mac.com
- Date: Tue, 27 Nov 2007 06:07:16 -0500 (EST)
- References: <fhrrbf$583$1@smc.vnet.net>
Here is one more version: Function[{x, y}, f[x, y], {Listable}][mat1, mat2] Anybody know how to extend it so that it would work for an arbitrary number of arguments? The following does not seem to work Function[{},f[##],{Listable}][mat1,mat2,mat3] Regards, Derek