Fix typo in jax.lax.linalg.symmetric_product description

Missing space in '..math::' meant that the math wasn't rendering correctly.
This commit is contained in:
ywrt 2025-04-12 07:20:39 +10:00 committed by GitHub
parent c0d97a6872
commit c90751bc54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,7 +528,7 @@ def symmetric_product(
Computes the symmetric product
..math::
.. math::
\alpha \, A \, A^T + \beta \, C
where :math:`A` is a rectangular matrix and :math:`C` is a symmetric matrix.