mul_sub_op Struct Reference

#include <operators.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

Definition at line 644 of file operators.hpp.


Member Typedef Documentation

typedef mul_sub_op acc_op

Definition at line 648 of file operators.hpp.

typedef no_op clr_op

Definition at line 647 of file operators.hpp.

typedef sub_op nomul_op

Definition at line 645 of file operators.hpp.

typedef mul_op rhs_op

Definition at line 646 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 649 of file operators.hpp.

References mmx::GEN_MUL_SUB.

00649 { return GEN_MUL_SUB; }

static C neutral (  )  [inline, static]

Definition at line 651 of file operators.hpp.

00651 { return 0; }

static C op ( const C x,
const C y,
const C z 
) [inline, static]

Definition at line 655 of file operators.hpp.

00655 { return x - y * z; }

static void set_neutral ( R &  r  )  [inline, static]

Definition at line 653 of file operators.hpp.

References mmx::set_zero().

00653 { set_zero (r); }

static void set_op ( R &  x,
const C1 &  y,
const C2 z 
) [inline, static]

Definition at line 657 of file operators.hpp.

References mmx::mul_sub().

00657 { mul_sub (x, y, z); }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1