basix_doc 0.1
exponent_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1599 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 1601 of file operators.hpp.

References mmx::GEN_EXPONENT.

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

Definition at line 1603 of file operators.hpp.

References mmx::exponent().

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

Definition at line 1605 of file operators.hpp.

References mmx::exponent().

{ x= exponent (y); }

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