Go to the source code of this file.
Functions | |
void | scs_mul (scs_ptr result, scs_ptr x, scs_ptr y) |
void | scs_square (scs_ptr result, scs_ptr x) |
void | scs_mul_ui (scs_ptr x, unsigned int val_int) |
Definition in file multiplication_scs.c.
|
Multiplication of two SCS numbers. The arguments x, y and result may point to the same memory location. The result is a normalised SCS number. Definition at line 291 of file multiplication_scs.c. |
|
Square. Result is normalised Definition at line 378 of file multiplication_scs.c. |
|
Multiplication of a SCS with an unsigned integer; result is returned in x.
Definition at line 448 of file multiplication_scs.c. |