igraph_pagerank_algo_t

Type Alias igraph_pagerank_algo_t 

Source
pub type igraph_pagerank_algo_t = c_uint;
Expand description

\typedef igraph_pagerank_algo_t \brief PageRank algorithm implementation.

Algorithms to calculate PageRank. \enumval IGRAPH_PAGERANK_ALGO_ARPACK Use the ARPACK library, this was the PageRank implementation in igraph from version 0.5, until version 0.7. \enumval IGRAPH_PAGERANK_ALGO_PRPACK Use the PRPACK library. Currently this implementation is recommended.