c_sa_report_func Interface

interface
public subroutine c_sa_report_func(iproblem, x, n, f, istat) bind(c)

Arguments

Type IntentOptional Attributes Name
integer(kind=c_intptr_t), value :: iproblem
real(kind=c_double), intent(in), dimension(n) :: x
integer(kind=c_int), intent(in), value :: n
real(kind=c_double), intent(in), value :: f
integer(kind=c_int), intent(in), value :: istat