Function sprs::special_mats::tri_mesh_graph_laplacian[][src]

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

Compute the graph laplacian of a triangle mesh