graphlow.core.MeshTopology.normalized_point_adjacency#

MeshTopology.normalized_point_adjacency(layout: Literal['csr', 'coo'] = 'coo') T#

Materialize normalized point adjacency.

Parameters:
layoutLiteral[“csr”, “coo”]

Layout of the sparse matrix.

Returns:
T

Backend tensor of shape (n_points, n_points). dtype is float with the precision set by the backend.