basix_doc 0.1
|
#include <operators.hpp>
Definition at line 1704 of file operators.hpp.
static Abs_type | ( | C | ) | const [inline, static] |
Definition at line 1709 of file operators.hpp.
References mmx::multiplicative_error().
{ return multiplicative_error (x); }
static generic name | ( | ) | [inline, static] |
Definition at line 1708 of file operators.hpp.
References mmx::GEN_MULTIPLICATIVE_ERROR.
{ return GEN_MULTIPLICATIVE_ERROR; }
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 1712 of file operators.hpp.
References mmx::multiplicative_error().
{ x= as<R> (multiplicative_error (y)); }