File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ This subroutine computes the solution to the eigendecomposition \( A \cdot \bar{
958
958
where \( A \) is a square, full-rank, ` real ` symmetric \( A = A^T \) or ` complex ` Hermitian \( A = A^H \) matrix.
959
959
960
960
Result array ` lambda ` returns the ` real ` eigenvalues of \( A \) . The user can request the orthogonal eigenvectors
961
- to be returned: on output ` vectors ` may contain the matrix of eigenvectors, returned as a columns .
961
+ to be returned: on output ` vectors ` may contain the matrix of eigenvectors, returned as a column .
962
962
963
963
Normally, only the lower triangular part of \( A \) is accessed. On input, ` logical ` flag ` upper_a `
964
964
allows the user to request what triangular part of the matrix should be used.
You can’t perform that action at this time.
0 commit comments