mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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
This commit is contained in:
parent
60343166d9
commit
dbbef542c0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user