arg_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1876 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1877 of file operators.hpp.

References mmx::GEN_ARG.

01877 { return GEN_ARG; }

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

Definition at line 1883 of file operators.hpp.

References mmx::arg().

01883 { return arg (z); }

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

Definition at line 1881 of file operators.hpp.

References mmx::arg().

01881 { return arg (z); }

static Real_type ( C   )  const [inline, static]

Definition at line 1878 of file operators.hpp.

References mmx::arg().

01879                   { return arg (z); }

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

Definition at line 1885 of file operators.hpp.

References mmx::arg().

01885 { x= arg (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1