basix_doc 0.1
log_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1213 of file operators.hpp.


Member Function Documentation

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

Definition at line 1226 of file operators.hpp.

References mmx::integrate().

                                {
    return integrate (diff_op (me, f)); }
static C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 1222 of file operators.hpp.

References mmx::derive().

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

Definition at line 1214 of file operators.hpp.

References mmx::GEN_LOG.

{ return GEN_LOG; }
static nat nr_init ( ) [inline, static]

Definition at line 1224 of file operators.hpp.

{ return 1; }
static C op ( const C x) [inline, static]

Definition at line 1216 of file operators.hpp.

References mmx::log().

{ return log (x); }
static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 1220 of file operators.hpp.

References mmx::log_init().

{ return log_init (x, i); }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 1218 of file operators.hpp.

References mmx::log().

{ x= log (y); }

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