parallel_laplacian

Function parallel_laplacian 

Source
pub fn parallel_laplacian<N, E, Ix>(
    graph: &Graph<N, E, Ix>,
    laplacian_type: LaplacianType,
) -> Result<Array2<f64>>
where N: Node + Debug, E: EdgeWeight + Zero + One + PartialOrd + Into<f64> + Copy, Ix: IndexType,
Expand description

Parallel Laplacian matrix computation with optimized memory access patterns