c_sa_func_parallel_inputs_func Interface

interface
public subroutine c_sa_func_parallel_inputs_func(iproblem, x, n, n_inputs) bind(c)

Arguments

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

C's x[n_inputs][n] maps to Fortran's x(n,n_inputs) due to row/column-major difference

integer(kind=c_int), intent(in), value :: n
integer(kind=c_int), intent(in), value :: n_inputs