basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1213 of file operators.hpp.
Definition at line 1226 of file operators.hpp.
References mmx::integrate().
Definition at line 1222 of file operators.hpp.
References mmx::derive().
{ (void) me; return derive (x) / x; }
static generic name | ( | ) | [inline, static] |
static nat nr_init | ( | ) | [inline, static] |
Definition at line 1224 of file operators.hpp.
{ return 1; }
Definition at line 1220 of file operators.hpp.
References mmx::log_init().
{ return log_init (x, i); }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |