basix_doc 0.1
|
#include <operators.hpp>
Definition at line 771 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 772 of file operators.hpp.
{ return "prem"; }
Definition at line 778 of file operators.hpp.
References mmx::binpow(), and mmx::C.
Definition at line 774 of file operators.hpp.
{ return prem (x, y); }
static void set_op | ( | R & | x, |
const C1 & | y1, | ||
const C2 & | y2 | ||
) | [inline, static] |
Definition at line 776 of file operators.hpp.
{ x= prem (y1, y2); }