{ } Raw JSON

bundles / scipy 1.17.1 / scipy / spatial / _qhull / _Qhull / get_simplex_facet_array

cython_function_or_method

scipy.spatial._qhull:_Qhull.get_simplex_facet_array

Signature

def   get_simplex_facet_array ( self )

Summary

Return array of simplical facets currently in Qhull.

Returns

facets : array of int, shape (nfacets, ndim+1)

Indices of coordinates of vertices forming the simplical facets

neighbors : array of int, shape (nfacets, ndim)

Indices of neighboring facets. The kth neighbor is opposite the kth vertex, and the first neighbor is the horizon facet for the first vertex.

Facets extending to infinity are denoted with index -1.

equations : array of double, shape (nfacets, ndim+2)

Aliases

  • scipy.spatial._qhull._Qhull.get_simplex_facet_array