compose_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2152 of file operators.hpp.


Member Function Documentation

static C diff_op ( const C me,
const C x,
const C y 
) [inline, static]

Definition at line 2159 of file operators.hpp.

References mmx::compose(), and mmx::derive().

02159                                                 {
02160     (void) me; return derive (y) * compose (derive (x), y); }

static generic name (  )  [inline, static]

Definition at line 2153 of file operators.hpp.

References mmx::GEN_COMPOSE.

02153 { return GEN_COMPOSE; }

static C1 op ( const C1 &  x,
const C2 y 
) [inline, static]

Definition at line 2155 of file operators.hpp.

References mmx::compose().

02155 { return compose (x, y); }

static void set_op ( R &  x,
const C1 &  y1,
const C2 y2 
) [inline, static]

Definition at line 2157 of file operators.hpp.

References mmx::compose().

02157 { x= compose (y1, y2); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1