basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1773 of file operators.hpp.
static Complex_type | ( | C | ) | const [inline, static] |
static const C& y return gaussian | ( | x | , |
y | |||
) |
static generic name | ( | ) | [inline, static] |
Definition at line 1774 of file operators.hpp.
References mmx::GEN_GAUSSIAN.
{ return GEN_GAUSSIAN; }
Definition at line 1778 of file operators.hpp.
References mmx::gaussian().
{ return gaussian (x, y); }
Definition at line 1780 of file operators.hpp.
References mmx::gaussian().
{ return gaussian (x, y); }
static void set_op | ( | R & | x, |
const C1 & | y1, | ||
const C2 & | y2 | ||
) | [inline, static] |
Definition at line 1782 of file operators.hpp.
{ gaussian_as (x, y1, y2); }