cosh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1439 of file operators.hpp.


Member Function Documentation

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

Definition at line 1448 of file operators.hpp.

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

01448                                     {
01449     (void) me; return derive (x) * sinh (x); }

static generic name (  )  [inline, static]

Definition at line 1440 of file operators.hpp.

References mmx::GEN_CH.

01440 { return GEN_CH; }

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

Definition at line 1442 of file operators.hpp.

References mmx::cosh().

01442 { return cosh (x); }

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

Definition at line 1446 of file operators.hpp.

References mmx::cosh().

01446 { (void) i; return cosh (x); }

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

Definition at line 1444 of file operators.hpp.

References mmx::cosh().

01444 { x= cosh (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1