pub fn tri_mesh_graph_laplacian<I>(
    nb_vertices: usize,
    triangles: ArrayView2<'_, I>
) -> CsMatI<f64, I>where
    I: SpIndex,
Expand description

Compute the graph laplacian of a triangle mesh