neg_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 395 of file operators.hpp.


Member Function Documentation

static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 404 of file operators.hpp.

References mmx::derive().

00404                                     {
00405     (void) me; return -derive (x); }

static generic name (  )  [inline, static]

Definition at line 396 of file operators.hpp.

References mmx::GEN_MINUS.

00396 { return GEN_MINUS; }

static C op ( const C x  )  [inline, static]

Definition at line 398 of file operators.hpp.

00398 { return -x; }

static C op_mod ( const C x,
const M &  p,
C carry 
) [inline, static]

Definition at line 411 of file operators.hpp.

References mmx::C.

00411                                             {
00412     C y; neg_mod (y, x, p, carry); return y; }

static C op_mod ( const C x,
const M &  p 
) [inline, static]

Definition at line 408 of file operators.hpp.

References mmx::C.

00408                                   {
00409     C y; neg_mod (y, x, p); return y; }

static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 402 of file operators.hpp.

References mmx::neg().

00402 { neg (x, y); }

static void set_op ( C x  )  [inline, static]

Definition at line 400 of file operators.hpp.

References mmx::neg().

00400 { neg (x); }

static void set_op_mod ( C x,
const C y,
const M &  p,
C carry 
) [inline, static]

Definition at line 423 of file operators.hpp.

00423                                                       {
00424     neg_mod (x, y, p, carry); }

static void set_op_mod ( C x,
const C y,
const M &  p 
) [inline, static]

Definition at line 420 of file operators.hpp.

00420                                             {
00421     neg_mod (x, y, p); }

static void set_op_mod ( C x,
const M &  p,
C carry 
) [inline, static]

Definition at line 417 of file operators.hpp.

00417                                           {
00418     neg_mod (x, p, carry); }

static void set_op_mod ( C x,
const M &  p 
) [inline, static]

Definition at line 414 of file operators.hpp.

00414                                 {
00415     neg_mod (x, p); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1