| Type | Intent | Optional | 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 |