![]() |
DuQuad
v1.0
Quadratic Programming Optimizations
|
#include <falm.h>
Data Fields | |
| struct Problem * | prob |
| struct Options * | opt |
| struct Info * | info |
| struct Result * | res |
| real_t * | z |
| real_t * | lambda |
| real_t * | temp1_dim_N |
| real_t * | temp2_dim_M |
| real_t * | temp3_dim_M |
| real_t * | z_avg |
| real_t * | summ |
| real_t * | pf_vec |
| real_t * | A_z |
| real_t * | lambda_old |
| real_t * | y1 |
| real_t * | z_ds |
| real_t * | A_z_ds |
| real_t | time_inner_y |
| uint32_t | iterations_inner_y |
| real_t * | H_hat |
| real_t * | A2 |
| real_t * | rho_At_b |
Struct containing all necessary vectors and parameters for running FALM