Skip to content

Commit

Permalink
More typos
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeeker1340 committed Aug 7, 2018
1 parent 95e8d0d commit bd7d328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krylov_phiv.jl
Expand Up @@ -102,7 +102,7 @@ Compute the matrix-phi-vector products using Krylov. `k` >= 1.
The phi functions are defined as
```math
\\varphi_0(z) = \\exp(z),\\quad \\varphi_k(z+1) = \\frac{\\varphi_k(z) - 1}{z}
\\varphi_0(z) = \\exp(z),\\quad \\varphi_{k+1}(z) = \\frac{\\varphi_k(z) - 1}{z}
```
A Krylov subspace is constructed using `arnoldi` and `phiv_dense` is called
Expand Down

0 comments on commit bd7d328

Please sign in to comment.