MathGroup Archive 2008

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

Search the Archive

Re: On the built-in function "Compile"

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90206] Re: On the built-in function "Compile"
  • From: yatesd at mac.com
  • Date: Wed, 2 Jul 2008 05:30:42 -0400 (EDT)
  • References: <g4d2ui$eqv$1@smc.vnet.net>

Does

testB = Compile[{{i, _Integer}}, Outer[List, Range[i], Range[i]]]

achieve what you want?

Regards,

Derek


  • Prev by Date: Re: Will adding RAM help "No more memory available" error?
  • Next by Date: RE: Possible Bug in Mathematica 6
  • Previous by thread: On the built-in function "Compile"
  • Next by thread: Re: On the built-in function "Compile"