Search code examples
wolfram-mathematicacompiler-errorsconvex-hull

Computationnal Geometry Package & "Nontensor object generated" in Mathematica


Each time i compute the ConvexHullArea of a set of points, I get the following :

CompiledFunction::cflist: Nontensor object generated; proceeding with uncompiled evaluation. >>

The output seems correct

Is it normal ?

Is there a way to solve this problem ? To mute it permanently ?

Thank you


Solution

  • Does Off[CompiledFunction::cflist] mute it? I am not sure why you are getting it, I don't; can you give an example?