sinh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1452 of file operators.hpp.


Member Function Documentation

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

Definition at line 1461 of file operators.hpp.

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

01461                                     {
01462     (void) me; return derive (x) * cosh (x); }

static generic name (  )  [inline, static]

Definition at line 1453 of file operators.hpp.

References mmx::GEN_SH.

01453 { return GEN_SH; }

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

Definition at line 1455 of file operators.hpp.

References mmx::sinh().

01455 { return sinh (x); }

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

Definition at line 1459 of file operators.hpp.

References mmx::sinh().

01459 { (void) i; return sinh (x); }

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

Definition at line 1457 of file operators.hpp.

References mmx::sinh().

01457 { x= sinh (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1