sign_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1171 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1172 of file operators.hpp.

References mmx::GEN_SIGN.

01172 { return GEN_SIGN; }

static syntactic op ( const syntactic x  )  [inline, static]

Definition at line 1178 of file operators.hpp.

References mmx::apply(), and mmx::GEN_SIGN.

01178 { return apply (GEN_SIGN, x); }

static generic op ( const generic x  )  [inline, static]

Definition at line 1176 of file operators.hpp.

References mmx::gen(), and mmx::GEN_SIGN.

01176 { return gen (GEN_SIGN, x); }

static int op ( const C x  )  [inline, static]

Definition at line 1174 of file operators.hpp.

References mmx::sign().

01174 { return sign (x); }

static void set_op ( int &  x,
const C y 
) [inline, static]

Definition at line 1180 of file operators.hpp.

References mmx::sign().

01180 { x= sign (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1