|
basix_doc 0.1
|
#include <operators.hpp>
Definition at line 369 of file operators.hpp.
Definition at line 378 of file operators.hpp.
References mmx::derive().
{
(void) me; return -derive (x); }
| static generic name | ( | ) | [inline, static] |
Definition at line 372 of file operators.hpp.
{ return -x; }
Definition at line 382 of file operators.hpp.
References mmx::C.
{
C y; neg_mod (y, x, p); return y; }
Definition at line 385 of file operators.hpp.
References mmx::C.
{
C y; neg_mod (y, x, p, carry); return y; }
| static void set_op | ( | R & | x, |
| const C & | y | ||
| ) | [inline, static] |
| static void set_op | ( | C & | x | ) | [inline, static] |
Definition at line 397 of file operators.hpp.
{
neg_mod (x, y, p, carry); }
Definition at line 394 of file operators.hpp.
{
neg_mod (x, y, p); }
| static void set_op_mod | ( | C & | x, |
| const M & | p | ||
| ) | [inline, static] |
Definition at line 388 of file operators.hpp.
{
neg_mod (x, p); }
Definition at line 391 of file operators.hpp.
{
neg_mod (x, p, carry); }