Skip to content

Commit

Permalink
added links to muller header
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Oct 23, 2022
1 parent c09d4e7 commit 6ee8d35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/root_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1236,8 +1236,9 @@ end subroutine bdqrf
!### Reference
! * D. E. Muller, "A Method for Solving Algebraic Equations Using an Automatic Computer",
! Mathematical Tables and Other Aids to Computation, 10 (1956), 208-215.
! * Regular Muller here (Julia version):
! https://github.com/JuliaMath/Roots.jl/blob/97dbe2e178656e39b7f646cff278e4e985d60116/src/simple.jl
! [link](https://www.ams.org/journals/mcom/1956-10-056/S0025-5718-1956-0083822-0/S0025-5718-1956-0083822-0.pdf)
! * [Roots.jl](https://github.com/JuliaMath/Roots.jl/blob/master/src/simple.jl),
! Julia version of standard Muller

subroutine muller (me,ax,bx,fax,fbx,xzero,fzero,iflag)

Expand Down

0 comments on commit 6ee8d35

Please sign in to comment.