Skip to content

Commit d71df9f

Browse files
Docstring typos
1 parent 2b8125a commit d71df9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytensor/tensor/rewriting/linalg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -864,14 +864,14 @@ def rewrite_solve_kron_to_solve(fgraph, node):
864864
"""
865865
Given a linear system of the form:
866866
867-
.. math:
867+
.. math::
868868
869869
(A \\otimes B) x = y
870870
871-
Define :math:`\text{vec}(x)` as a column-wise raveling operation (``x.reshape(-1, order='F")`` in code). Further,
871+
Define :math:`\text{vec}(x)` as a column-wise raveling operation (``x.reshape(-1, order='F')`` in code). Further,
872872
define :math:`y = \text{vec}(Y)`. Then the above expression can be rewritten as:
873873
874-
..math::
874+
.. math::
875875
876876
x = \text{vec}(B^{-1} Y A^{-T})
877877

0 commit comments

Comments
 (0)