Go to the source code of this file.
Functions | |
void | scs_set_d (scs_ptr result, double x) |
void | scs_set_si (scs_ptr result, signed int x) |
Definition in file double2scs.c.
|
Convert a double into a SCS number (this is an exact operation).
Definition at line 36 of file double2scs.c. Referenced by scs_inv(). |
|
Convert an unsigned int into a SCS number (this is an exact operation).
Definition at line 148 of file double2scs.c. Referenced by scs_inv(). |