- adapt_rho
c_int adapt_rho(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- check_termination
c_int check_termination(OSQPWorkspace* work, c_int approximate)
Undocumented in source. Be warned that the author may not have intended to support it.
- cold_start
void cold_start(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_dua_res
c_float compute_dua_res(OSQPWorkspace* work, c_float* x, c_float* y)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_dua_tol
c_float compute_dua_tol(OSQPWorkspace* work, c_float eps_abs, c_float eps_rel)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_obj_val
c_float compute_obj_val(OSQPWorkspace* work, c_float* x)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_pri_res
c_float compute_pri_res(OSQPWorkspace* work, c_float* x, c_float* z)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_pri_tol
c_float compute_pri_tol(OSQPWorkspace* work, c_float eps_abs, c_float eps_rel)
Undocumented in source. Be warned that the author may not have intended to support it.
- compute_rho_estimate
c_float compute_rho_estimate(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- has_solution
c_int has_solution(OSQPInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_dual_infeasible
c_int is_dual_infeasible(OSQPWorkspace* work, c_float eps_dual_inf)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_primal_infeasible
c_int is_primal_infeasible(OSQPWorkspace* work, c_float eps_prim_inf)
Undocumented in source. Be warned that the author may not have intended to support it.
- reset_info
void reset_info(OSQPInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- set_rho_vec
void set_rho_vec(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- store_solution
void store_solution(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- swap_vectors
void swap_vectors(c_float** a, c_float** b)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_info
void update_info(OSQPWorkspace* work, c_int iter, c_int compute_objective, c_int polish)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_rho_vec
c_int update_rho_vec(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_status
void update_status(OSQPInfo* info, c_int status_val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- update_status
void update_status(OSQPInfo* info, c_int status_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_status
void update_status(OSQPInfo* info, c_int status_val)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_x
void update_x(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_xz_tilde
void update_xz_tilde(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_y
void update_y(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- update_z
void update_z(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
- validate_data
c_int validate_data(OSQPData* data)
Undocumented in source. Be warned that the author may not have intended to support it.
- validate_linsys_solver
c_int validate_linsys_solver(c_int linsys_solver)
Undocumented in source. Be warned that the author may not have intended to support it.
- validate_settings
c_int validate_settings(OSQPSettings* settings)
Undocumented in source. Be warned that the author may not have intended to support it.