basix_doc 0.1
lmul_add_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 612 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 613 of file operators.hpp.

References mmx::GEN_MUL_ADD.

{ return GEN_MUL_ADD; }
static void set_op ( R &  x,
const C z,
const S &  y 
) [inline, static]

Definition at line 615 of file operators.hpp.

References mmx::mul_add().

{ mul_add (x, y, z); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines