cjacobian Interface

public interface cjacobian

Module Procedures

private subroutine c_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 complex(kind=8), dimension(size(x))
real(kind=8) :: x(:)
complex(kind=8) :: fjac(size(x),size(x))
integer, optional :: ml
integer, optional :: mu
real(kind=8), optional :: epsfcn

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

Arguments

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

private subroutine c_fdjac_mn_func(funcv, n, x, m, fjac, epsfcn)

Arguments

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

private subroutine c_fdjac_mn_sub(funcv, n, x, m, fjac, epsfcn)

Arguments

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