lmul_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 599 of file operators.hpp.


Member Function Documentation

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

Definition at line 606 of file operators.hpp.

References mmx::derive().

00606                                                 {
00607     (void) me; return x * derive (y); }

static generic name (  )  [inline, static]

Definition at line 600 of file operators.hpp.

References mmx::GEN_TIMES.

00600 { return GEN_TIMES; }

static C op ( const C y,
const S &  x 
) [inline, static]

Definition at line 602 of file operators.hpp.

00602 { return x * y; }

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

Definition at line 612 of file operators.hpp.

References mmx::C.

00612                                                         {
00613     C z; mul_mod (z, x, y, p, carry); return z; }

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

Definition at line 609 of file operators.hpp.

References mmx::C.

00609                                               {
00610     C z; mul_mod (z, x, y, p); return z; }

static void set_op ( R &  x,
const C1 &  y2,
const C2 y1 
) [inline, static]

Definition at line 604 of file operators.hpp.

References mmx::mul().

00604 { mul (x, y1, y2); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1