Skip to content

Commit cc95fc4

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent d19425a commit cc95fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ This subroutine computes the solution to the eigendecomposition \( A \cdot \bar{
958958
where \( A \) is a square, full-rank, `real` symmetric \( A = A^T \) or `complex` Hermitian \( A = A^H \) matrix.
959959

960960
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.
962962

963963
Normally, only the lower triangular part of \( A \) is accessed. On input, `logical` flag `upper_a`
964964
allows the user to request what triangular part of the matrix should be used.

0 commit comments

Comments
 (0)