conj_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1893 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1894 of file operators.hpp.

References mmx::GEN_CONJ.

01894 { return GEN_CONJ; }

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

Definition at line 1896 of file operators.hpp.

References mmx::conj().

01896 { return conj (z); }

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

Definition at line 1898 of file operators.hpp.

References mmx::conj().

01898 { x= conj (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1