Skip to content

WIP: Common laplacians

Valentin Nigolian requested to merge common-laplacians into v2.2

Implemented an interface to compute per-vertex Laplacians. Currently there are two types of laplacians:

They share the same template-based interface which can be extended to other Laplacians.

Additionally, laplacians can either be computed at the construction of the laplacian class, or on a per-request basis.

The edge weights can also be accessed individually (to fill a Laplacian matrix for instance)

Edited by Martin Heistermann

Merge request reports