djacobian Interface

public interface djacobian

Module Procedures

private subroutine fdjac_nn_func(funcv, x, fjac, ml, mu, epsfcn)

Arguments

Type IntentOptional Attributes Name
private function funcv(x)
Arguments
Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
Return Value real(kind=8), dimension(size(x))
real(kind=8), intent(in) :: x(:)
real(kind=8) :: fjac(size(x),size(x))
integer, optional :: ml
integer, optional :: mu
real(kind=8), optional :: epsfcn

private subroutine fdjac_nn_sub(funcv, x, fjac, ml, mu, epsfcn)

Arguments

Type IntentOptional Attributes Name
private subroutine funcv(x, y)
Arguments
Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
real(kind=8), dimension(size(x)) :: y
real(kind=8), intent(in) :: x(:)
real(kind=8) :: fjac(size(x),size(x))
integer, optional :: ml
integer, optional :: mu
real(kind=8), optional :: epsfcn

private subroutine fdjac_mn_func(funcv, x, m, fjac, epsfcn)

Arguments

Type IntentOptional Attributes Name
private function funcv(x, m)
Arguments
Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
integer :: m
Return Value real(kind=8), dimension(m)
real(kind=8), intent(in) :: x(:)
integer :: m
real(kind=8) :: fjac(m,size(x))
real(kind=8), optional :: epsfcn

private subroutine fdjac_mn_sub(funcv, x, m, fjac, epsfcn)

Arguments

Type IntentOptional Attributes Name
private subroutine funcv(x, m, y)
Arguments
Type IntentOptional Attributes Name
real(kind=8), intent(in), dimension(:) :: x
integer :: m
real(kind=8), dimension(m) :: y
real(kind=8), intent(in) :: x(:)
integer :: m
real(kind=8) :: fjac(m,size(x))
real(kind=8), optional :: epsfcn