basix_doc 0.1
|
#include <operators.hpp>
Definition at line 2053 of file operators.hpp.
Definition at line 2060 of file operators.hpp.
References mmx::compose(), and mmx::derive().
static generic name | ( | ) | [inline, static] |
static C1 op | ( | const C1 & | x, |
const C2 & | y | ||
) | [inline, static] |
Definition at line 2056 of file operators.hpp.
References mmx::compose().
{ return compose (x, y); }
static void set_op | ( | R & | x, |
const C1 & | y1, | ||
const C2 & | y2 | ||
) | [inline, static] |