mindspore/docs/api/api_python/ops/mindspore.ops.MatrixExp.rst

16 lines
504 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.MatrixExp
=======================
.. py:class:: mindspore.ops.MatrixExp
计算方阵的矩阵指数。支持输入包含batch维。
更多参考详见 :func:`mindspore.ops.matrix_exp`
输入:
- **x** (Tensor) - 输入Tensorshape为 :math:`(*, n, n)` ,其中 `*` 表示0或更多的batch维。
支持数据类型float16、float32、float64、complex64、complex128。
输出:
Tensor其shape和数据类型均与 `x` 相同。