util

Undocumented in source.

Members

Functions

c_strcpy
void c_strcpy(char* dest, const(char)* source)

Utility Functions *

copy_settings
OSQPSettings* copy_settings(OSQPSettings* settings)
Undocumented in source. Be warned that the author may not have intended to support it.
dump_csc_matrix
void dump_csc_matrix(csc* M, char* file_name)
Undocumented in source. Be warned that the author may not have intended to support it.
dump_vec
void dump_vec(c_float* v, c_int len, char* file_name)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_tic
void osqp_tic(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_tic
void osqp_tic(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_tic
void osqp_tic(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_toc
c_float osqp_toc(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_toc
c_float osqp_toc(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
osqp_toc
c_float osqp_toc(OSQPTimer* t)
Undocumented in source. Be warned that the author may not have intended to support it.
print_csc_matrix
void print_csc_matrix(csc* M, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
print_dns_matrix
void print_dns_matrix(c_float* M, c_int m, c_int n, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
print_footer
void print_footer(OSQPInfo* info, c_int polish)
Undocumented in source. Be warned that the author may not have intended to support it.
print_header
void print_header()
Undocumented in source. Be warned that the author may not have intended to support it.
print_polish
void print_polish(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
print_setup_header
void print_setup_header(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
print_summary
void print_summary(OSQPWorkspace* work)
Undocumented in source. Be warned that the author may not have intended to support it.
print_trip_matrix
void print_trip_matrix(csc* M, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
print_vec
void print_vec(c_float* v, c_int n, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.
print_vec_int
void print_vec_int(c_int* x, c_int n, char* name)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

print_line
void print_line()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

HEADER_LINE_LEN
enum int HEADER_LINE_LEN;

Printing Constants to set Layout *

Meta