DuQuad
v1.0
Quadratic Programming Optimizations
|
#include <dfgm.h>
Data Fields | |
struct Problem * | prob |
struct Options * | opt |
struct Info * | info |
struct Result * | res |
real_t * | z |
real_t * | lambda1 |
real_t * | lambda2 |
real_t * | temp1_dim_N |
real_t * | temp2_dim_M |
real_t * | temp3_dim_M |
real_t * | b_ub_hat |
real_t * | b_lb_hat |
real_t * | z_avg |
real_t * | summ |
real_t * | pf_vec |
real_t * | A_z |
real_t * | lambda1_old |
real_t * | lambda2_old |
real_t * | y1 |
real_t * | z_ds |
real_t * | y2 |
real_t * | A_z_ds |
real_t | time_inner_y |
uint32_t | iterations_inner_y |
Struct containing all necessary vectors and parameters for running DFGM