QPALM main
Proximal Augmented Lagrangian method for Quadratic Programs
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
qpalm_fortran.h File Reference
#include <qpalm.h>
+ Include dependency graph for qpalm_fortran.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define QPALM_FORTRAN_H
 

Typedefs

typedef int f_int
 
typedef double f_float
 

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

◆ QPALM_FORTRAN_H

#define QPALM_FORTRAN_H

Definition at line 7 of file qpalm_fortran.h.

Typedef Documentation

◆ f_int

typedef int f_int

Definition at line 15 of file qpalm_fortran.h.

◆ f_float

typedef double f_float

Definition at line 21 of file qpalm_fortran.h.

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: