Centrality#
Betweenness Centrality#
single-GPU#
Compute the betweenness centrality for all vertices of the graph G. |
|
Compute the edge betweenness centrality for all edges of the graph G. |
multi-GPU#
Katz Centrality#
single-GPU#
|
Compute the Katz centrality for the nodes of the graph G. |
multi-GPU#
|
Compute the Katz centrality for the nodes of the graph G. |
Degree Centrality#
single-GPU#
|
Computes the degree centrality of each vertex of the input graph. |
multi-GPU#
Eigenvector Centrality#
single-GPU#
Compute the eigenvector centrality for a graph G. |
multi-GPU#
|
Compute the eigenvector centrality for a graph G. |