integrate_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2127 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2128 of file operators.hpp.

References mmx::GEN_INTEGRATE.

02128 { return GEN_INTEGRATE; }

static C op ( const C x,
const V v 
) [inline, static]

Definition at line 2134 of file operators.hpp.

References mmx::integrate().

02134 { return integrate (x, v); }

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

Definition at line 2130 of file operators.hpp.

References mmx::integrate().

02130 { return integrate (x); }

static C op_init ( const C x,
const V v,
const I &  i 
) [inline, static]

Definition at line 2140 of file operators.hpp.

References mmx::integrate_init().

02140                                                {
02141     return integrate_init (x, v, i); }

static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 2138 of file operators.hpp.

References mmx::integrate_init().

02138 { return integrate_init (x, i); }

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

Definition at line 2136 of file operators.hpp.

References mmx::integrate().

02136 { x= integrate (y, v); }

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

Definition at line 2132 of file operators.hpp.

References mmx::integrate().

02132 { x= integrate (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1