lift_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2055 of file operators.hpp.


Member Function Documentation

static Lift_type ( C   )  const [inline, static]

Definition at line 2059 of file operators.hpp.

References lift_helper< C >::op().

02060                   { return lift_helper<C>::op (x); }

static generic name (  )  [inline, static]

Definition at line 2056 of file operators.hpp.

References mmx::GEN_LIFT.

02056 { return GEN_LIFT; }

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

Definition at line 2058 of file operators.hpp.

References lift_helper< C >::set_op().

02058 { lift_helper<C>::set_op (y, x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1