pub fn page_rank<NI: Idx>(
    graph: &DirectedCsrGraph<NI>,
    max_iterations: usize,
    tolerance: f64
) -> (Vec<f32>, usize, f64)