basix_doc 0.1
|
#include <operators.hpp>
Definition at line 573 of file operators.hpp.
Definition at line 580 of file operators.hpp.
References mmx::derive().
{ (void) me; return x * derive (y); }
static generic name | ( | ) | [inline, static] |
Definition at line 576 of file operators.hpp.
{ return x * y; }
Definition at line 583 of file operators.hpp.
References mmx::C.
{ C z; mul_mod (z, x, y, p); return z; }
Definition at line 586 of file operators.hpp.
References mmx::C.
{ C z; mul_mod (z, x, y, p, carry); return z; }
static void set_op | ( | R & | x, |
const C1 & | y2, | ||
const C2 & | y1 | ||
) | [inline, static] |