MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Stream programming
  • Next by Date: pl. rectify problem of numerical instaibility
  • Previous by thread: Re: MapThread over ragged arrays
  • Next by thread: Re: MapThread over ragged arrays