Im_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1859 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1860 of file operators.hpp.

References mmx::GEN_IM.

01860 { return GEN_IM; }

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

Definition at line 1866 of file operators.hpp.

References mmx::Im().

01866 { return Im (z); }

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

Definition at line 1864 of file operators.hpp.

References mmx::Im().

01864 { return Im (z); }

static Real_type ( C   )  const [inline, static]

Definition at line 1861 of file operators.hpp.

References mmx::Im().

01862                   { return Im (z); }

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

Definition at line 1868 of file operators.hpp.

References mmx::Im().

01868 { x= Im (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1