DuQuad
v1.0
Quadratic Programming Optimizations
|
#include <dgm.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 |
Struct containing all necessary vectors and parameters for running DGM