@@ -23,7 +23,7 @@ module minpack_module
2323
2424 abstract interface
2525 subroutine func (n ,x ,fvec ,iflag )
26- ! ! interface for user-supplied subroutine.
26+ ! ! user-supplied subroutine for [[hybrd]], [[hybrd1]], and [[fdjac1]]
2727 import :: wp
2828 implicit none
2929 integer ,intent (in ) :: n ! ! the number of variables.
@@ -33,7 +33,7 @@ subroutine func(n,x,fvec,iflag)
3333 end subroutine func
3434
3535 subroutine func2 (m ,n ,x ,fvec ,iflag )
36- ! ! interface for user-supplied subroutine.
36+ ! ! user-supplied subroutine for [[fdjac2]], [[lmdif]], and [[lmdif1]]
3737 import :: wp
3838 implicit none
3939 integer ,intent (in ) :: m ! ! the number of functions.
@@ -46,7 +46,7 @@ subroutine func2(m,n,x,fvec,iflag)
4646 end subroutine func2
4747
4848 subroutine fcn_hybrj (n ,x ,fvec ,fjac ,ldfjac ,iflag )
49- ! ! function for [[hybrj]]
49+ ! ! user-supplied subroutine for [[hybrj]] and [[hybrj1 ]]
5050 import :: wp
5151 implicit none
5252 integer ,intent (in ) :: n ! ! the number of variables.
@@ -65,7 +65,7 @@ subroutine fcn_hybrj(n,x,fvec,fjac,ldfjac,iflag)
6565 end subroutine fcn_hybrj
6666
6767 subroutine fcn_lmder (m ,n ,x ,fvec ,fjac ,ldfjac ,iflag )
68- ! ! function for [[lmder]]
68+ ! ! user-supplied subroutine for [[lmder]] and [[lmder1 ]]
6969 import :: wp
7070 implicit none
7171 integer ,intent (in ) :: m ! ! the number of functions.
0 commit comments