laplacian: Compute Graph Laplacian of a Weight Matrix

View source: R/all_generic.R

laplacianR Documentation

Compute Graph Laplacian of a Weight Matrix

Description

This function computes the graph Laplacian of a given weight matrix. The graph Laplacian is defined as the difference between the degree matrix and the adjacency matrix.

Usage

laplacian(x, ...)

Arguments

x

The weight matrix representing the graph structure.

...

Additional arguments to be passed to specific implementations of the laplacian method.

Value

The graph Laplacian matrix of the given weight matrix.


bbuchsbaum/graphweights documentation built on April 4, 2024, 7:19 p.m.