Fix trivial typo at the doc of torch.lobpcg (#71464)

Summary:
I think `symmetric positive defined generalized eigenvalue problem` should be changed to `symmetric positive definite generalized eigenvalue problem`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/71464

Reviewed By: ejguan

Differential Revision: D33660670

Pulled By: H-Huang

fbshipit-source-id: 85dc830ed56a98d8a38bd2843f575f6ce08498cf
(cherry picked from commit dbbef542c0)
This commit is contained in:
Kim Juhyeong 2022-01-19 16:01:40 -08:00 committed by PyTorch MergeBot
parent dc5cda0cca
commit 811af25963

View File

@ -354,7 +354,7 @@ def lobpcg(A: Tensor,
) -> Tuple[Tensor, Tensor]:
"""Find the k largest (or smallest) eigenvalues and the corresponding
eigenvectors of a symmetric positive defined generalized
eigenvectors of a symmetric positive definite generalized
eigenvalue problem using matrix-free LOBPCG methods.
This function is a front-end to the following LOBPCG algorithms