hype_norm_lap_mat {rhype}R Documentation

Find the Hyperedge Normalised Laplacian Matrix of a Hypergraph

Description

As defined by Jurgen Jost and Raffaella Mulas doi: 10.1016/j.aim.2019.05.025

Usage

hype_norm_lap_mat(hype)

Arguments

hype

A hypergraph object

Value

The hyperedge normalised laplacian matrix of the hypergraph

Examples

h1 <- example_hype()
hype_norm_lap_mat(h1)

[Package rhype version 0.3.0 Index]