|
basix_doc 0.1
|
#include <operators.hpp>
Definition at line 618 of file operators.hpp.
| typedef mul_sub_op acc_op |
Definition at line 622 of file operators.hpp.
Definition at line 621 of file operators.hpp.
Definition at line 619 of file operators.hpp.
Definition at line 620 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
| static C neutral | ( | ) | [inline, static] |
Definition at line 625 of file operators.hpp.
{ return 0; }
Definition at line 629 of file operators.hpp.
{ return x - y * z; }
| static void set_neutral | ( | R & | r | ) | [inline, static] |
| static void set_op | ( | R & | x, |
| const C1 & | y, | ||
| const C2 & | z | ||
| ) | [inline, static] |