Go to the source code of this file.
Functions | |
void | scs_inv (scs_ptr result, scs_ptr x) |
void | scs_div (scs_ptr result, scs_ptr x, scs_ptr y) |
Definition in file division_scs.c.
|
SCS inverse. Stores 1/x in result. Result is normalised
Definition at line 38 of file division_scs.c. References scs::index, scs_get_d(), scs_mul(), scs_set(), scs_set_d(), scs_set_si(), scs_sub(), and scs_t. Referenced by scs_div(). |
|
SCS division. Computes x/y. Result is normalised
Definition at line 67 of file division_scs.c. |