ott.geometry.graph.Graph.laplacian#

property Graph.laplacian: Union[jax.Array, jax.experimental.sparse.csr.CSR, jax.experimental.sparse.csr.CSC, jax.experimental.sparse.coo.COO, jax.experimental.sparse.bcoo.BCOO]#

The (normalized) graph Laplacian.

Return type

Union[Array, CSR, CSC, COO, BCOO]