basix_doc 0.1
asinh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1444 of file operators.hpp.


Member Function Documentation

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

Definition at line 1453 of file operators.hpp.

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

                                    {
    (void) me; return derive (x) / sqrt (square (x) + 1); }
static generic name ( ) [inline, static]

Definition at line 1445 of file operators.hpp.

References mmx::GEN_ARGSH.

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

Definition at line 1447 of file operators.hpp.

References mmx::asinh().

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

Definition at line 1451 of file operators.hpp.

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

Definition at line 1449 of file operators.hpp.

References mmx::asinh().

{ x= asinh (y); }

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