basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1264 of file operators.hpp.
Definition at line 1279 of file operators.hpp.
References mmx::integrate().
Definition at line 1179 of file vector.hpp.
References mmx::access(), mmx::derive(), and mmx::vec().
static nat nr_init | ( | ) | [inline, static] |
Definition at line 1277 of file operators.hpp.
{ return 1; }
Definition at line 1272 of file operators.hpp.
References mmx::comma(), mmx::cos(), mmx::sin(), and mmx::xsqtuple().
Definition at line 1274 of file operators.hpp.
References mmx::as_generic(), and mmx::as_syntactic().
{ return as_syntactic (op (as_generic (x))); }
Definition at line 1270 of file operators.hpp.
References mmx::trig().
{ (void) i; return trig (x); }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |