basix_doc 0.1
|
#include <operators.hpp>
Definition at line 647 of file operators.hpp.
static generic name | ( | ) | [inline, static] |
Definition at line 650 of file operators.hpp.
{ return graeffe (x); }
static void set_op | ( | R & | x | ) | [inline, static] |
Definition at line 652 of file operators.hpp.
{ x= graeffe (x); }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 654 of file operators.hpp.
{ x= graeffe (y); }