basix_doc 0.1
|
#include <operators.hpp>
Definition at line 513 of file operators.hpp.
typedef mul_add_op acc_op |
Definition at line 518 of file operators.hpp.
Definition at line 517 of file operators.hpp.
Definition at line 516 of file operators.hpp.
Definition at line 514 of file operators.hpp.
Definition at line 515 of file operators.hpp.
Definition at line 532 of file operators.hpp.
References mmx::derive().
static generic name | ( | ) | [inline, static] |
static C neutral | ( | ) | [inline, static] |
Definition at line 522 of file operators.hpp.
{ return 1; }
Definition at line 526 of file operators.hpp.
{ return x * y; }
Definition at line 535 of file operators.hpp.
References mmx::C.
{ C z; mul_mod (z, x, y, p); return z; }
Definition at line 538 of file operators.hpp.
References mmx::C.
{ C z; mul_mod (z, x, y, p, carry); return z; }
static generic set_name | ( | ) | [inline, static] |
Definition at line 520 of file operators.hpp.
References mmx::GEN_TIMES_ASSIGN.
{ return GEN_TIMES_ASSIGN; }
static void set_neutral | ( | R & | r | ) | [inline, static] |
static void set_op | ( | R & | x, |
const C1 & | y1, | ||
const C2 & | y2 | ||
) | [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 528 of file operators.hpp.
{ x *= y; }
Definition at line 550 of file operators.hpp.
{ mul_mod (x, y1, y2, p, carry); }
Definition at line 547 of file operators.hpp.
{ mul_mod (x, y1, y2, p); }
Definition at line 544 of file operators.hpp.
{ mul_mod (x, y, p, carry); }
Definition at line 541 of file operators.hpp.
{ mul_mod (x, y, p); }