Skip to content

Commit 9cdfcdf

Browse files
author
sama
committed
modify the centrality.h
1 parent c2acae6 commit 9cdfcdf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cpp_easygraph/functions/centrality/centrality.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,11 @@ py::object cpp_katz_centrality(
1212
py::object py_max_iter,
1313
py::object py_tol,
1414
py::object py_normalized
15+
);
16+
py::object cpp_eigenvector_centrality(
17+
py::object G,
18+
py::object py_max_iter,
19+
py::object py_tol,
20+
py::object py_nstart,
21+
py::object py_weight
1522
);

0 commit comments

Comments
 (0)