Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 21, 2023
1 parent 4003bb9 commit 55ae7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sparse/Solve.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Nemo: can_solve, can_solve_with_solution

function can_solve_ut(A::SMat{T}, g::SRow{T}) where T <: Union{FieldElem, zzModRingElem}
# Works also for non-square matrices
#@hassert :HNF 1 ncols(A) == nrows(A)
Expand Down

0 comments on commit 55ae7af

Please sign in to comment.