laplacian-methods: Compute Graph Laplacian

laplacianR Documentation

Compute Graph Laplacian

Description

Compute Graph Laplacian

Usage

laplacian(x, normalized, weights, ...)

## S4 method for signature 'SurfaceGeometry,missing,missing'
laplacian(x)

## S4 method for signature 'SurfaceGeometry,missing,numeric'
laplacian(x, weights)

Arguments

x

Object to compute Laplacian from

normalized

Logical; whether to normalize the Laplacian

weights

Edge weights for weighted Laplacian matrix

...

Additional arguments


bbuchsbaum/neurosurf documentation built on June 10, 2025, 8:22 p.m.