A list with two entries:
vals contains the length-num_eigs vector
of the first few eigenvalues of the Laplacian,
and vects contains an nrow(adj_mat) by num_eigs matrix
of the associated eigenvectors.
Arguments
adj_mat
Symmetric adjacency matrix to be embedded.
num_eigs
Number of eigenvalues and eigenvectors for the embedding.
type_lap
Type of Laplacian for the embedding.
One of "comb" (combinatorial) or "rw" (random-walk).