floor_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1772 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1774 of file operators.hpp.

References mmx::GEN_FLOOR.

01774 { return GEN_FLOOR; }

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

Definition at line 1776 of file operators.hpp.

References mmx::floor().

01776 { return floor (x); }

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

Definition at line 1780 of file operators.hpp.

References mmx::floor().

01780 { x= floor (y); }

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

Definition at line 1778 of file operators.hpp.

References mmx::floor().

01778 { x= floor (x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1