mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Fix torch.gesv args in doc
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/15649 Differential Revision: D13564312 Pulled By: soumith fbshipit-source-id: b3bba2ece600880077eb09b092ce17e331995bd6
This commit is contained in:
committed by
Facebook Github Bot
parent
b52420742d
commit
eeb14675f1
@ -1993,7 +1993,7 @@ Example::
|
||||
|
||||
add_docstr(torch.gesv,
|
||||
r"""
|
||||
torch.gesv(B, A) -> (Tensor, Tensor)
|
||||
torch.gesv(B, A, out=None) -> (Tensor, Tensor)
|
||||
|
||||
This function returns the solution to the system of linear
|
||||
equations represented by :math:`AX = B` and the LU factorization of
|
||||
|
Reference in New Issue
Block a user