integrate_init_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2144 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 2145 of file operators.hpp.

References mmx::GEN_INTEGRATE_INIT.

02145 { return GEN_INTEGRATE_INIT; }

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

Definition at line 2147 of file operators.hpp.

References mmx::integrate_init().

02147 { return integrate_init (x, i); }

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

Definition at line 2149 of file operators.hpp.

References mmx::integrate_init().

02149 { x= integrate_init (y, i); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1