Skip to content

Commit cc96674

Browse files
committed
Merge pull request torch#319 from yozw/typos
Fixed two typos.
2 parents 086ec2a + 9826dec commit cc96674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/maths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ This function calculates all eigenvalues (and vectors) of `A` such
16951695
that `A = V' diag(e) V`.
16961696

16971697
Third argument defines computation of eigenvectors or eigenvalues
1698-
only. If it is `'N'`, only eignevalues are computed. If it is `'V'`, both
1698+
only. If it is `'N'`, only eigenvalues are computed. If it is `'V'`, both
16991699
eigenvalues and eigenvectors are computed.
17001700

17011701
Since the input matrix `A` is supposed to be symmetric, only upper
@@ -1772,7 +1772,7 @@ This function calculates all right eigenvalues (and vectors) of `A` such
17721772
that `A = V' diag(e) V`.
17731773

17741774
Third argument defines computation of eigenvectors or eigenvalues
1775-
only. If it is `'N'`, only eignevalues are computed. If it is `'V'`, both
1775+
only. If it is `'N'`, only eigenvalues are computed. If it is `'V'`, both
17761776
eigenvalues and eigenvectors are computed.
17771777

17781778
The eigen values returned follow

0 commit comments

Comments
 (0)