QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Loading...
Searching...
No Matches
Macros | Functions
qpalm_fortran.c File Reference
#include "qpalm_fortran.h"
+ Include dependency graph for qpalm_fortran.c:

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)
 

Macro Definition Documentation

◆ TRUE

#define TRUE   1

Definition at line 6 of file qpalm_fortran.c.

◆ FALSE

#define FALSE   0

Definition at line 7 of file qpalm_fortran.c.

Function Documentation

◆ 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 
)

Definition at line 9 of file qpalm_fortran.c.

+ Here is the call graph for this function: