Skip to content

Commit

Permalink
Remove empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarmesin committed Nov 18, 2024
1 parent 921a32e commit 852c19f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/arnoldi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ as `VType`. This is required e. g. for `GPUArray`s.
getV(Ks) -> V
getH(Ks) -> H
Access methods for the (extended) orthonormal basis `V` and the (extended)
Gram-Schmidt coefficients `H`. Both methods return a view into the storage
arrays and has the correct dimensions as indicated by `Ks.m`.
Expand Down

0 comments on commit 852c19f

Please sign in to comment.