rmul_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 580 of file operators.hpp.


Member Function Documentation

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

Definition at line 589 of file operators.hpp.

References mmx::derive().

00589                                                 {
00590     (void) me; return derive (x) * y; }

static generic name (  )  [inline, static]

Definition at line 581 of file operators.hpp.

References mmx::GEN_TIMES.

00581 { return GEN_TIMES; }

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

Definition at line 583 of file operators.hpp.

00583 { return x * y; }

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

Definition at line 595 of file operators.hpp.

References mmx::C.

00595                                                         {
00596     C z; mul_mod (z, x, y, p, carry); return z; }

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

Definition at line 592 of file operators.hpp.

References mmx::C.

00592                                               {
00593     C z; mul_mod (z, x, y, p); return z; }

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

Definition at line 587 of file operators.hpp.

References mmx::mul().

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

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

Definition at line 585 of file operators.hpp.

00585 { x *= y; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1