Skip to content

Commit a9ced45

Browse files
committed
specify backend usage
1 parent f33998c commit a9ced45

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
@@ -993,7 +993,7 @@ 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.
996-
The solver is based on LAPACK's `*GEEV` and `*GGEV` backends.
996+
The solver is based on LAPACK's `*GEEV` (standard eigenproblem) and `*GGEV` (generalized eigenproblem) backends.
997997

998998
### Syntax
999999

0 commit comments

Comments
 (0)