Re_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1847 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1848 of file operators.hpp.

References mmx::GEN_RE.

01848 { return GEN_RE; }

static syntactic op ( const syntactic z  )  [inline, static]

Definition at line 1854 of file operators.hpp.

References mmx::Re().

01854 { return Re (z); }

static generic op ( const generic z  )  [inline, static]

Definition at line 1852 of file operators.hpp.

References mmx::Re().

01852 { return Re (z); }

static Real_type ( C   )  const [inline, static]

Definition at line 1849 of file operators.hpp.

References mmx::Re().

01850                   { return Re (z); }

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

Definition at line 1856 of file operators.hpp.

References mmx::Re().

01856 { x= Re (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1