Given an adjacency matrix \(A\), the function builds the
combinatorial Laplacian \(D - A\) for a single-layer network.
GetLaplacianMatrix(AdjacencyMatrix)
Arguments
AdjacencyMatrix |
the adjacency matrix characterising the network |
Value
The network combinatorial Lapalacian Matrix