Skip to content

Commit

Permalink
Fix bareiss import
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Apr 28, 2024
1 parent 9b02425 commit 7959ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bareiss.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using SparseArrays
using StateSelection
import StateSelection: bareiss!, find_pivot_col, bareiss_update!, swaprows!
import StateSelection.bareiss: bareiss!, find_pivot_col, bareiss_update!, swaprows!
import Base: swapcols!

function det_bareiss!(M)
Expand Down

0 comments on commit 7959ebd

Please sign in to comment.