We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
laplacian_matrix
1 parent c660306 commit db947b2Copy full SHA for db947b2
src/linalg/spectral.jl
@@ -85,7 +85,7 @@ Return a sparse [Laplacian matrix](https://en.wikipedia.org/wiki/Laplacian_matri
85
for a graph `g`, indexed by `[u, v]` vertices. `T` defaults to `Int` for both graph types.
86
87
### Optional Arguments
88
-`dir=:unspec`: `:unspec`, `:both`, :in`, and `:out` are currently supported.
+`dir=:unspec`: `:unspec`, `:both`, `:in`, and `:out` are currently supported.
89
For undirected graphs, `dir` defaults to `:out`; for directed graphs,
90
`dir` defaults to `:both`.
91
"""
0 commit comments