basix_doc 0.1
|
#include <operators.hpp>
Definition at line 151 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 152 of file operators.hpp.
References mmx::GEN_IDENTITY.
{ return GEN_IDENTITY; }
Definition at line 155 of file operators.hpp.
{ return x; }
static generic set_name | ( | ) | [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 157 of file operators.hpp.
{ x= y; }