mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
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:
parent
c0d97a6872
commit
c90751bc54
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user