Skip to content

Commit

Permalink
feat: add combine two adjacency matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlyAL15 committed Jun 17, 2024
1 parent d53dec7 commit 1b063e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/decompose/combine.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function combine(adj1::SparseMatrixCSC, adj2::SparseMatrixCSC)
return (adj1 .== adj2)
end

0 comments on commit 1b063e0

Please sign in to comment.