tanh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1465 of file operators.hpp.


Member Function Documentation

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

Definition at line 1474 of file operators.hpp.

References mmx::cosh(), mmx::derive(), and mmx::square().

01474                                     {
01475     (void) me; return derive (x) / square (cosh (x)); }

static generic name (  )  [inline, static]

Definition at line 1466 of file operators.hpp.

References mmx::GEN_TH.

01466 { return GEN_TH; }

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

Definition at line 1468 of file operators.hpp.

References mmx::tanh().

01468 { return tanh (x); }

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

Definition at line 1472 of file operators.hpp.

References mmx::tanh().

01472 { (void) i; return tanh (x); }

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

Definition at line 1470 of file operators.hpp.

References mmx::tanh().

01470 { x= tanh (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1