exp_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1227 of file operators.hpp.


Member Function Documentation

static C def ( const C me,
const C f 
) [inline, static]

Definition at line 1240 of file operators.hpp.

References mmx::integrate().

01240                                 {
01241     return integrate (diff_op (me, f)); }

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

Definition at line 1236 of file operators.hpp.

References mmx::derive().

01236                                     {
01237     return derive (x) * me; }

static generic name (  )  [inline, static]

Definition at line 1228 of file operators.hpp.

References mmx::GEN_EXP.

01228 { return GEN_EXP; }

static nat nr_init (  )  [inline, static]

Definition at line 1238 of file operators.hpp.

01238 { return 1; }

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

Definition at line 1230 of file operators.hpp.

References mmx::exp().

01230 { return exp (x); }

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

Definition at line 1234 of file operators.hpp.

References mmx::exp().

01234 { (void) i; return exp (x); }

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

Definition at line 1232 of file operators.hpp.

References mmx::exp().

01232 { x= exp (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1