GraphLaplacians.jl

This package provides calculating for Laplacian of a graph and related linear algebra.
Author yuehhua
Popularity
3 Stars
Updated Last
1 Year Ago
Started In
August 2020

GraphLaplacians

Stable Dev Build Status Coverage

This repository is not under maintained, all functionalities are migrated to GraphSignals.jl.

This package provides calculating for Laplacian of a graph and related linear algebra. The graph structures for JuliaGraphs (i.e. Graphs and SimpleWeightedGraphs) are supported.

APIs

  • degrees
  • degree_matrix
  • laplacian_matrix
  • normalized_laplacian
  • scaled_laplacian
  • random_walk_laplacian
  • signless_laplacian

Used By Packages

No packages found.