Skip to content

Commit 15e8fde

Browse files
authored
Update doc/specs/stdlib_linalg.md
1 parent cbb6c46 commit 15e8fde

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
@@ -989,7 +989,7 @@ Stable
989989

990990
This subroutine computes the solution to the eigenproblem \( A \cdot \bar{v} - \lambda \cdot \bar{v} \),
991991
where \( A \) is a square, full-rank, `real` or `complex` matrix, or to the generalized eigenproblem \( A \cdot \bar{v} - \lambda \cdot B \cdot \bar{v} \),
992-
where \( B \) is a square matrix with the same type and kind as \( A \).
992+
where \( B \) is a square matrix with the same type, kind and size as \( A \).
993993

994994
Result array `lambda` returns the eigenvalues of \( A \). The user can request eigenvectors to be returned: if provided, on output `left` will contain the left eigenvectors, `right` the right eigenvectors of \( A \).
995995
Both `left` and `right` are rank-2 arrays, where eigenvectors are stored as columns.

0 commit comments

Comments
 (0)