abs_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1149 of file operators.hpp.


Member Function Documentation

static Abs_type ( C   )  const [inline, static]

Definition at line 1151 of file operators.hpp.

References mmx::abs().

01152                   { return abs (x); }

static generic name (  )  [inline, static]

Definition at line 1150 of file operators.hpp.

References mmx::GEN_ABS.

01150 { return GEN_ABS; }

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

Definition at line 1156 of file operators.hpp.

References mmx::abs().

01156 { return abs (x); }

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

Definition at line 1154 of file operators.hpp.

References mmx::abs().

01154 { return abs (x); }

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

Definition at line 1158 of file operators.hpp.

References mmx::abs().

01158 { x= abs (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1