|
basix_doc 0.1
|
#include <operators.hpp>
Definition at line 590 of file operators.hpp.
| typedef mul_add_op acc_op |
Definition at line 594 of file operators.hpp.
Definition at line 593 of file operators.hpp.
Definition at line 591 of file operators.hpp.
Definition at line 592 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
| static C neutral | ( | ) | [inline, static] |
Definition at line 597 of file operators.hpp.
{ return 0; }
Definition at line 601 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] |