gcd_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 903 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 904 of file operators.hpp.

References mmx::GEN_GCD.

00904 { return GEN_GCD; }

static C neutral (  )  [inline, static]

Definition at line 906 of file operators.hpp.

References mmx::C.

00906 { return C(0); }

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

Definition at line 910 of file operators.hpp.

References mmx::gcd().

00910 { return gcd (x, y); }

static void set_neutral ( R &  r  )  [inline, static]

Definition at line 908 of file operators.hpp.

References mmx::set_zero().

00908 { set_zero (r); }

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

Definition at line 914 of file operators.hpp.

References mmx::gcd().

00914 { x= gcd (y1, y2); }

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

Definition at line 912 of file operators.hpp.

References mmx::gcd().

00912 { x= gcd (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