Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filippolipparini committed Feb 27, 2023
1 parent bc4b0c1 commit e9a1ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ both algorithms require two user-provided routines to apply the matrx
and a suitable preconditioner to a set of vectors.
such routines have the following interface:

subroutine matvec(n,m,x,ax)
subroutine matvec(n,m,x,ax)
subroutine precnd(n,m,shift,x,ax)

where n,m are integers and x(n,m) and ax(n,m) are double precision
Expand Down

0 comments on commit e9a1ee9

Please sign in to comment.