MathGroup Archive 2011

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

Search the Archive

Re: ConvexHull returns cflist error

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117624] Re: ConvexHull returns cflist error
  • From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
  • Date: Tue, 29 Mar 2011 06:49:00 -0500 (EST)

On Thu, 24 Mar 2011, DrMajorBob wrote:

> Isn't this a bug?
>
> pts = RandomInteger[{1, 10}, {10, 2}]
> ch = ConvexHull[pts]
>
> {{6, 7}, {7, 3}, {2, 6}, {3, 4}, {6, 7}, {7, 6}, {7, 1}, {9, 9}, {1,
>   3}, {3, 3}}
>
> {8, 3, 9, 7}
>
> CompiledFunction::cflist :  "Nontensor object generated; proceeding \
> with uncompiled evaluation."
>
> Bobby
>
>

Yes, it is a known bug, thanks.

Oliver


  • Prev by Date: Re: making simplification
  • Next by Date: integerpart and fractionalpart
  • Previous by thread: ConvexHull returns cflist error
  • Next by thread: Find all minima, maxima and saddles