dgradient Interface

public interface dgradient

Module Procedures

private subroutine fdjac_1n_func(funcv, x, fjac, 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)
real(kind=8), intent(in) :: x(:)
real(kind=8) :: fjac(size(x))
real(kind=8), optional :: epsfcn

private subroutine fdjac_1n_sub(funcv, x, fjac, 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) :: y
real(kind=8), intent(in) :: x(:)
real(kind=8) :: fjac(size(x))
real(kind=8), optional :: epsfcn