xderive_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2115 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2116 of file operators.hpp.

References mmx::GEN_XDERIVE.

02116 { return GEN_XDERIVE; }

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

Definition at line 2122 of file operators.hpp.

References mmx::xderive().

02122 { return xderive (x, v); }

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

Definition at line 2118 of file operators.hpp.

References mmx::xderive().

02118 { return xderive (x); }

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

Definition at line 2124 of file operators.hpp.

References mmx::xderive().

02124 { x= xderive (y, v); }

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

Definition at line 2120 of file operators.hpp.

References mmx::xderive().

02120 { return xderive (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1