Laplacian: Compute a matrix Laplacian

View source: R/FunctionsTree.R

LaplacianR Documentation

Compute a matrix Laplacian

Description

Compute a matrix Laplacian

Usage

Laplacian(W)

Arguments

W

Squared weight matrix

Value

The matrix Laplacian of W

Examples

uniformeW=matrix(1,3,3)
Laplacian(uniformeW)

Rmomal/EMtree documentation built on Dec. 14, 2024, 8:16 a.m.