Skip to content

Commit

Permalink
Merge pull request #142 from ArneBouillon/master
Browse files Browse the repository at this point in the history
Fix typo in expv_timestep documentation
  • Loading branch information
ChrisRackauckas authored Nov 27, 2023
2 parents a6760d2 + 2ab7e72 commit afbf937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/krylov_phiv_adaptive.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Krylov phiv with internal time-stepping
"""
exp_timestep(ts,A,b[;adaptive,tol,kwargs...]) -> U
expv_timestep(ts,A,b[;adaptive,tol,kwargs...]) -> U
Evaluates the matrix exponentiation-vector product using time stepping
Expand Down

0 comments on commit afbf937

Please sign in to comment.