#include <types.h>
Data Fields | |
c_int | iter |
number of iterations taken More... | |
c_int | iter_out |
number of outer iterations (i.e. dual updates) More... | |
char | status [32] |
status string, e.g. 'solved' More... | |
c_int | status_val |
status as c_int, defined in constants.h More... | |
c_float | pri_res_norm |
norm of primal residual More... | |
c_float | dua_res_norm |
norm of dual residual More... | |
c_float | dua2_res_norm |
norm of intermediate dual residual (minus proximal term) More... | |
c_float | objective |
objective function value More... | |
c_float | dual_objective |
dual objective function value (= NaN if enable_dual_termination is false) More... | |
c_float | setup_time |
time taken for setup phase (seconds) More... | |
c_float | solve_time |
time taken for solve phase (seconds) More... | |
c_float | run_time |
total time (seconds) More... | |
c_float QPALMInfo::dua2_res_norm |
c_float QPALMInfo::dual_objective |
c_int QPALMInfo::iter |
c_int QPALMInfo::iter_out |
number of outer iterations (i.e. dual updates)
c_float QPALMInfo::run_time |
c_float QPALMInfo::setup_time |
time taken for setup phase (seconds)
c_float QPALMInfo::solve_time |
time taken for solve phase (seconds)
char QPALMInfo::status[32] |
status string, e.g. 'solved'
c_int QPALMInfo::status_val |
status as c_int, defined in constants.h