QPALM
1.1.3
Proximal Augmented Lagrangian method for Quadratic Programs
|
#include "qpalm_fortran.h"
Go to the source code of this file.
Macros | |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
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) |
#define FALSE 0 |
Definition at line 7 of file qpalm_fortran.c.
#define TRUE 1 |
Definition at line 6 of file qpalm_fortran.c.