Skip to content

Commit ee24099

Browse files
committed
new
1 parent 58010b0 commit ee24099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/specs/stdlib_specialmatrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Tridiagonal matrices are available with all supported data types as `tridiagonal
7070

7171
`A = ` [[stdlib_specialmatrices(module):tridiagonal(interface)]] `(dl, dv, du, n [, err])`
7272

73-
Where `err` is an optional `intent(out)` argument of type `linalg_state_type`. When `state` is not present, the corresponding `tridiagonal` call is `pure` and signals invalid sizes or array shape mismatches via an internal `error stop`. When `state` is present, the impure overload is used instead, and any such error is reported by setting the `state` variable rather than executing an `error stop`.
73+
Where `err` is an optional `intent(out)` argument of type `linalg_state_type`. When `err` is not present, the corresponding `tridiagonal` call is `pure` and signals invalid sizes or array shape mismatches via an internal `error stop`. When `err` is present, the impure overload is used instead, and any such error is reported by setting the `err` variable rather than executing an `error stop`.
7474

7575

7676
#### Example

0 commit comments

Comments
 (0)