Skip to content

Commit 94ad82e

Browse files
loiseaujcperazz
andauthored
Update doc/specs/stdlib_specialmatrices.md
Co-authored-by: Federico Perini <[email protected]>
1 parent 2fcc330 commit 94ad82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_specialmatrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ With the exception of `extended precision` and `quadruple precision`, all the ty
111111
- `op` (optional) : In-place operator identifier. Shall be a character(1) argument. It can have any of the following values: `N`: no transpose, `T`: transpose, `H`: hermitian or complex transpose.
112112

113113
@warning
114-
Due to some underlying `lapack`-related designs, `alpha` and `beta` can only take values in `[-1, 0, 1]` for `tridiagonal` and `symtridiagonal` matrices. See `lagtm` for more details.
114+
Due to limitations of the underlying `lapack` driver, currently `alpha` and `beta` can only take one of the values `[-1, 0, 1]` for `tridiagonal` and `symtridiagonal` matrices. See `lagtm` for more details.
115115
@endwarning
116116

117117
#### Examples

0 commit comments

Comments
 (0)