Skip to content

Commit

Permalink
Make kernel(::SMat) better infereable
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Oct 2, 2024
1 parent a024dc6 commit 73fff4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sparse/Rref.jl
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,5 @@ function kernel(M::SMat{T}; side::Symbol = :left) where T <: FieldElement
elseif side == :left
return _left_kernel(M)[2]
end
error("unreachable")
end

0 comments on commit 73fff4e

Please sign in to comment.