We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8125a commit d71df9fCopy full SHA for d71df9f
pytensor/tensor/rewriting/linalg.py
@@ -864,14 +864,14 @@ def rewrite_solve_kron_to_solve(fgraph, node):
864
"""
865
Given a linear system of the form:
866
867
- .. math:
+ .. math::
868
869
(A \\otimes B) x = y
870
871
- Define :math:`\text{vec}(x)` as a column-wise raveling operation (``x.reshape(-1, order='F")`` in code). Further,
+ Define :math:`\text{vec}(x)` as a column-wise raveling operation (``x.reshape(-1, order='F')`` in code). Further,
872
define :math:`y = \text{vec}(Y)`. Then the above expression can be rewritten as:
873
874
- ..math::
875
876
x = \text{vec}(B^{-1} Y A^{-T})
877
0 commit comments