atanh_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1504 of file operators.hpp.


Member Function Documentation

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

Definition at line 1513 of file operators.hpp.

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

01513                                     {
01514     (void) me; return derive (x) / (1 - square (x)); }

static generic name (  )  [inline, static]

Definition at line 1505 of file operators.hpp.

References mmx::GEN_ARGTH.

01505 { return GEN_ARGTH; }

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

Definition at line 1507 of file operators.hpp.

References mmx::atanh().

01507 { return atanh (x); }

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

Definition at line 1511 of file operators.hpp.

01511 { return atanh_init (x, i); }

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

Definition at line 1509 of file operators.hpp.

References mmx::atanh().

01509 { x= atanh (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1