File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1695,7 +1695,7 @@ This function calculates all eigenvalues (and vectors) of `A` such
16951695that ` A = V' diag(e) V ` .
16961696
16971697Third 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
16991699eigenvalues and eigenvectors are computed.
17001700
17011701Since 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
17721772that ` A = V' diag(e) V ` .
17731773
17741774Third 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
17761776eigenvalues and eigenvectors are computed.
17771777
17781778The eigen values returned follow
You can’t perform that action at this time.
0 commit comments