Go to the source code of this file.
|
void | qpalm_fortran_c (f_int n, f_int m, f_int h_ne, f_int H_ptr[], f_int H_row[], f_float H_val[], f_float g[n], f_float f, f_int a_ne, f_int A_ptr[], f_int A_row[], f_float A_val[], f_float c_l[], f_float c_u[], QPALMSettings settings_c, f_float x[], f_float y[], QPALMInfo *info_c) |
|
◆ QPALM_FORTRAN_H
◆ f_float
◆ f_int
◆ qpalm_fortran_c()
void qpalm_fortran_c |
( |
f_int |
n, |
|
|
f_int |
m, |
|
|
f_int |
h_ne, |
|
|
f_int |
H_ptr[], |
|
|
f_int |
H_row[], |
|
|
f_float |
H_val[], |
|
|
f_float |
g[n], |
|
|
f_float |
f, |
|
|
f_int |
a_ne, |
|
|
f_int |
A_ptr[], |
|
|
f_int |
A_row[], |
|
|
f_float |
A_val[], |
|
|
f_float |
c_l[], |
|
|
f_float |
c_u[], |
|
|
QPALMSettings |
settings_c, |
|
|
f_float |
x[], |
|
|
f_float |
y[], |
|
|
QPALMInfo * |
info_c |
|
) |
| |