Skip to content

Commit 62743c3

Browse files
authored
Update eigh_cn.rst
1 parent f099663 commit 62743c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/paddle/linalg/eigh_cn.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ eigh
1919
- Tensor out_value, 输出矩阵的特征值,输出顺序按照从小到大进行排序。Shape为 ``[*, M]`` 。
2020
- Tensor out_vector, 输出矩阵的特征向量,与特征值一一对应,Shape为 ``[*, M, M]`` 。
2121

22-
代码示例
22+
代码示例
2323
::::::::::
2424

2525
.. code-block:: python

0 commit comments

Comments
 (0)