Find the Laplacian Matrix of a Hypergraph
laplacian_matrix(hype)
hype
A hypergraph object
The laplacian matrix of the hypergraph
h1 <- example_hype() laplacian_matrix(h1)