Skip to content

Commit 8ea6759

Browse files
amontoisongdalle
andauthored
Update src/graph.jl
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
1 parent 9328eb6 commit 8ea6759

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graph.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The adjacency graph of a symmetric matrix `A ∈ ℝ^{n × n}` is `G(A) = (V, E)
217217
218218
# Fields
219219
220-
- `S::SparsityPatternCSC{T}`: Underlying sparsity pattern, which represents an augmented graph whenever `augmented_graph` is `true`.
220+
- `S::SparsityPatternCSC{T}`: Underlying sparsity pattern, which represents an augmented graph whenever `augmented_graph` is `true`. Here, "augmented graph" means the sparsity pattern of the augmented matrix `H = [0 Jᵀ; J 0]`.
221221
- `edge_to_index::Vector{T}`: A vector mapping each nonzero of `S` to a unique edge index (ignoring diagonal and accounting for symmetry, so that `(i, j)` and `(j, i)` get the same index)
222222
223223
# References

0 commit comments

Comments
 (0)