Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Oct 23, 2018
1 parent 7556463 commit 0c55176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eigsolve/arnoldi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ should nevertheless be specified. Since `schursolve` is less commonly used as `e
convenient keyword syntax is currently available.
### Return values:
The return value is always of the form `T, vecs, vals, info = eigsolve(...)` with
The return value is always of the form `T, vecs, vals, info = schursolve(...)` with
* `T`: a `Matrix` containing the partial Schur decomposition of the linear map, i.e. it's
elements are given by `T[i,j] = dot(vecs[i], f(vecs[j]))`. It is of Schur form, i.e. upper
triangular in case of complex arithmetic, and block upper triangular (with at most 2x2 blocks)
Expand Down

0 comments on commit 0c55176

Please sign in to comment.