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 f099663 commit 62743c3Copy full SHA for 62743c3
docs/api/paddle/linalg/eigh_cn.rst
@@ -19,7 +19,7 @@ eigh
19
- Tensor out_value, 输出矩阵的特征值,输出顺序按照从小到大进行排序。Shape为 ``[*, M]`` 。
20
- Tensor out_vector, 输出矩阵的特征向量,与特征值一一对应,Shape为 ``[*, M, M]`` 。
21
22
-代码示例:
+代码示例
23
::::::::::
24
25
.. code-block:: python
0 commit comments