basix_doc 0.1
xderive_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2024 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2025 of file operators.hpp.

References mmx::GEN_XDERIVE.

{ return GEN_XDERIVE; }
static C op ( const C x) [inline, static]

Definition at line 2027 of file operators.hpp.

References mmx::xderive().

{ return xderive (x); }
static C op ( const C x,
const V v 
) [inline, static]

Definition at line 2031 of file operators.hpp.

References mmx::xderive().

{ return xderive (x, v); }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 2029 of file operators.hpp.

References mmx::xderive().

{ return xderive (y); }
static void set_op ( R &  x,
const C y,
const V v 
) [inline, static]

Definition at line 2033 of file operators.hpp.

References mmx::xderive().

{ x= xderive (y, v); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines