Skip to content

Commit

Permalink
Add doc fix to kronecker_eye
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Mar 28, 2024
1 parent 560531f commit b38fc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adelie/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def kronecker_eye(
):
"""Creates a viewer of a matrix Kronecker product identity matrix.
The matrix is represented as :math:`X \otimes I_K`
The matrix is represented as :math:`X \\otimes I_K`
where :math:`X` is the underlying dense matrix and
:math:`I_K` is the identity matrix of dimension :math:`K`.
Expand Down

0 comments on commit b38fc6c

Please sign in to comment.