Skip to content

Commit ec3c6c3

Browse files
committed
docs: Z is an optional argument
1 parent 99ca106 commit ec3c6c3

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 @@ The results are returned in output matrices \( T \) and \( Z \). Matrix \( T \)
993993

994994
### Syntax
995995

996-
`call ` [[stdlib_linalg(module):schur(interface)]] `(a, t, z, [, eigvals] [, overwrite_a] [, storage] [, err])`
996+
`call ` [[stdlib_linalg(module):schur(interface)]] `(a, t [, z,] [, eigvals] [, overwrite_a] [, storage] [, err])`
997997

998998
### Arguments
999999

0 commit comments

Comments
 (0)