basix_doc 0.1
cosh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1392 of file operators.hpp.


Member Function Documentation

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

Definition at line 1401 of file operators.hpp.

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

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

Definition at line 1393 of file operators.hpp.

References mmx::GEN_CH.

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

Definition at line 1395 of file operators.hpp.

References mmx::cosh().

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

Definition at line 1399 of file operators.hpp.

References mmx::cosh().

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

Definition at line 1397 of file operators.hpp.

References mmx::cosh().

{ x= cosh (y); }

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