Skip to content

Commit

Permalink
Adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt authored Feb 9, 2024
1 parent 452b282 commit 995c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ end
kernel([R::Ring], A::MatElem; side::Symbol = :left)
kernel(C::SolveCtx; side::Symbol = :left)
Return a matrix $K$ whose columns give a basis for the left kernel of $A$, that
Return a matrix $K$ whose rows give a basis for the left kernel of $A$, that
is, $KA$ is the zero matrix.
If `side == :right`, the rows of $K$ give a basis for the right kernel of $A$, that
Expand Down

0 comments on commit 995c8f7

Please sign in to comment.