round_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1805 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1807 of file operators.hpp.

References mmx::GEN_ROUND.

01807 { return GEN_ROUND; }

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

Definition at line 1809 of file operators.hpp.

References mmx::round().

01809 { return round (x); }

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

Definition at line 1813 of file operators.hpp.

References mmx::round().

01813 { x= round (y); }

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

Definition at line 1811 of file operators.hpp.

References mmx::round().

01811 { x= round (x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1