basix_doc 0.1
sinh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1405 of file operators.hpp.


Member Function Documentation

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

Definition at line 1414 of file operators.hpp.

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

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

Definition at line 1406 of file operators.hpp.

References mmx::GEN_SH.

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

Definition at line 1408 of file operators.hpp.

References mmx::sinh().

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

Definition at line 1412 of file operators.hpp.

References mmx::sinh().

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

Definition at line 1410 of file operators.hpp.

References mmx::sinh().

{ x= sinh (y); }

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