mindspore/docs/api/api_python/ops/mindspore.ops.CholeskyInver...

18 lines
564 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.CholeskyInverse
==============================
.. py:class:: mindspore.ops.CholeskyInverse(upper=False)
使用Cholesky矩阵分解返回正定矩阵的逆矩阵。
更多参考详见 :func:`mindspore.ops.cholesky_inverse`
参数:
- **upper** (bool可选) - 返回上三角矩阵还是下三角矩阵的标志。默认值: ``False``
输入:
- **x** (Tensor) - 输入Tensor其rank为2数据类型为float32或float64。
输出:
Tensorshape和数据类型与 `x` 相同。