TetGenGetElementAttributes[expr] gets the element attributes in a TetGen expression.
PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}] plots a paired histogram of the values x_i and y_i.PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}, bspec] plots a paired ...
TetGenSetRegions[expr, pts, index, attrs] sets the regions in a TetGen expression.
TetGenImport["file.ext", expr] imports data from a file into a TetGen expression. TetGenImport["file", expr, "format"] imports data in the specified format.
CylindricalDecomposition[ineqs, {x_1, x_2, ...}] finds a decomposition of the region represented by the inequalities ineqs into cylindrical parts whose directions correspond ...
OpenCLFunctionLoad[prog, fun, argtypes, blockdims] loads fun from source code prog, returning an OpenCLFunction object.OpenCLFunctionLoad[{progfile}, fun, argtypes, ...
MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
MaximalIndepndentEdgeSet[g] gives a maximal independent edge set of an undirected graph g.
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
TetGenTetrahedralize[expr, settings] tetrahedralizes a TetGen expression using settings, and returns the result in a new TetGen expression.