L {spectralGraphTopology}R Documentation

Computes the Laplacian linear operator which maps a vector of weights into a valid Laplacian matrix.

Description

Computes the Laplacian linear operator which maps a vector of weights into a valid Laplacian matrix.

Usage

L(w)

Arguments

w

weight vector of the graph

Value

Lw the Laplacian matrix

Examples

library(spectralGraphTopology)
Lw <- L(c(1, 0, 1))
Lw

[Package spectralGraphTopology version 0.2.3 Index]