log_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1260 of file operators.hpp.


Member Function Documentation

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

Definition at line 1273 of file operators.hpp.

References mmx::integrate().

01273                                 {
01274     return integrate (diff_op (me, f)); }

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

Definition at line 1269 of file operators.hpp.

References mmx::derive().

01269                                     {
01270     (void) me; return derive (x) / x; }

static generic name (  )  [inline, static]

Definition at line 1261 of file operators.hpp.

References mmx::GEN_LOG.

01261 { return GEN_LOG; }

static nat nr_init (  )  [inline, static]

Definition at line 1271 of file operators.hpp.

01271 { return 1; }

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

Definition at line 1263 of file operators.hpp.

References mmx::log().

01263 { return log (x); }

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

Definition at line 1267 of file operators.hpp.

References mmx::log_init().

01267 { return log_init (x, i); }

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

Definition at line 1265 of file operators.hpp.

References mmx::log().

01265 { x= log (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1