mul_add_op Struct Reference

#include <operators.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

Definition at line 616 of file operators.hpp.


Member Typedef Documentation

typedef mul_add_op acc_op

Definition at line 620 of file operators.hpp.

typedef no_op clr_op

Definition at line 619 of file operators.hpp.

typedef add_op nomul_op

Definition at line 617 of file operators.hpp.

typedef mul_op rhs_op

Definition at line 618 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 621 of file operators.hpp.

References mmx::GEN_MUL_ADD.

00621 { return GEN_MUL_ADD; }

static C neutral (  )  [inline, static]

Definition at line 623 of file operators.hpp.

00623 { return 0; }

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

Definition at line 627 of file operators.hpp.

00627 { return x + y * z; }

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

Definition at line 625 of file operators.hpp.

References mmx::set_zero().

00625 { set_zero (r); }

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

Definition at line 629 of file operators.hpp.

References mmx::mul_add().

00629 { mul_add (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