asinh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1491 of file operators.hpp.


Member Function Documentation

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

Definition at line 1500 of file operators.hpp.

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

01500                                     {
01501     (void) me; return derive (x) / sqrt (square (x) + 1); }

static generic name (  )  [inline, static]

Definition at line 1492 of file operators.hpp.

References mmx::GEN_ARGSH.

01492 { return GEN_ARGSH; }

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

Definition at line 1494 of file operators.hpp.

References mmx::asinh().

01494 { return asinh (x); }

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

Definition at line 1498 of file operators.hpp.

01498 { return asinh_init (x, i); }

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

Definition at line 1496 of file operators.hpp.

References mmx::asinh().

01496 { x= asinh (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1