Skip to content

Conversation

maelle
Copy link
Contributor

@maelle maelle commented Sep 8, 2025

Part of #2097. Not ready yet.

res
}

community_leading_eigenvector_impl <- function(graph, weights=NULL, steps=-1, options=arpack_defaults(), start=FALSE, callback=NULL) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this function has no extra argument.

  • I wonder how to pass it.
  • I wonder whether it means I shouldn't try auto-generating this function. 😅

SEXP history;
SEXP result, names;

R_igraph_i_levc_data_t callback_data = { callback, callback_extra,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand this function.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szhorvat when you get a chance, I think you might have valuable feedback here. My idea was to make the handling of that change #2097 (comment) easier but maybe this function should not be autogenerated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant