reverse_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2163 of file operators.hpp.


Member Function Documentation

static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 2170 of file operators.hpp.

References mmx::compose(), and mmx::derive().

02170                                     {
02171     return 1 / compose (derive (x), me); }

static generic name (  )  [inline, static]

Definition at line 2164 of file operators.hpp.

References mmx::GEN_REVERSE.

02164 { return GEN_REVERSE; }

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

Definition at line 2166 of file operators.hpp.

References mmx::reverse().

02166 { return reverse (x); }

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

Definition at line 2168 of file operators.hpp.

References mmx::reverse().

02168 { x= reverse (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1