int * mps_fconvex(mps_context *s, int n, double a[])
compute the convex hull of the data set a[].
Definition: convex.c:165
this struct holds the state of the mps computation
Definition: context.h:55
struct mps_vertex * previous
A pointer to the previous vertex in the hypograph, or NULL if this is the first vertex or a detached ...
Definition: convex.h:46