SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.spatial.Delaunay.vertex_neighbor_vertices

property Delaunay.vertex_neighbor_vertices

Neighboring vertices of vertices.

Tuple of two ndarrays of int: (indptr, indices). The indices of neighboring vertices of vertex k are indices[indptr[k]:indptr[k+1]].