f_cgradient Interface

public interface f_cgradient

Module Procedures

private function c_f_jac_1n_func(funcv, n, x) result(df)

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)
integer :: n
real(kind=8), intent(inout), dimension(n) :: x

Return Value complex(kind=8), dimension(n)

private function c_f_jac_1n_sub(funcv, n, x) result(df)

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) :: y
integer :: n
real(kind=8), intent(inout), dimension(n) :: x

Return Value complex(kind=8), dimension(n)