I have some background in 2D computational geometry and understand how to find a convex hull in 2D. Now I'm looking at a set of vectors with 20-some components and want to find the convex hull on them.
I'm looking for an algorithm or even some kind of equivalence which would allow me to compute the convex boundaries of the set. I'm a bit out of my depth, so any insight would likely be valuable.