Skip to contents

Calculate the Laplacian of a matrix

Usage

normalize.laplacian(obj, ...)

Arguments

obj

matrix (or dgCMatrix) for which the Laplacian is calculated

...

additional params

Value

returns the Laplacian

Examples

W <- matrix(abs(rnorm(10000)), 100, 100)
lapl.W <- normalize.laplacian(W)