ConvexHull returns cflist error
- To: mathgroup at smc.vnet.net
- Subject: [mg117605] ConvexHull returns cflist error
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Thu, 24 Mar 2011 06:29:18 -0500 (EST)
- Reply-to: drmajorbob at yahoo.com
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
--
DrMajorBob at yahoo.com