basix_doc 0.1
compose_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2053 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 2060 of file operators.hpp.

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

                                                {
    (void) me; return derive (y) * compose (derive (x), y); }
static generic name ( ) [inline, static]

Definition at line 2054 of file operators.hpp.

References mmx::GEN_COMPOSE.

{ return GEN_COMPOSE; }
static C1 op ( const C1 &  x,
const C2 y 
) [inline, static]

Definition at line 2056 of file operators.hpp.

References mmx::compose().

{ return compose (x, y); }
static void set_op ( R &  x,
const C1 &  y1,
const C2 y2 
) [inline, static]

Definition at line 2058 of file operators.hpp.

References mmx::compose().

{ x= compose (y1, y2); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines