Simone Balducci
Simone Balducci
This issue is related to the discussion in issue #367. When we build the adjacency matrix for a directed graph we only add an element for the source node. ```...
I think it would be useful to add methods in the Graph class for calculating the betweenness centrality of a node and maybe also other centrality measures (eigenvalue centrality, closeness...
We currently define the adjacency matrix (and all other matrices) as hash maps, and this is the most optimal choice, but I was thinking that it would be useful to...
Users might want to calculate a power of the Graph matrices (adjacency for the number of shortest paths, transition for simulating markov chains ecc.). It would be useful to provide...
This PR generalizes the construction of host views from standard containers to generic contiguous ranges using concepts.