graeffe_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 673 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 674 of file operators.hpp.

References mmx::GEN_GRAEFFE.

00674 { return GEN_GRAEFFE; }

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

Definition at line 676 of file operators.hpp.

00676 { return graeffe (x); }

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

Definition at line 680 of file operators.hpp.

00680 { x= graeffe (y); }

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

Definition at line 678 of file operators.hpp.

00678 { x= graeffe (x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1