atan_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1414 of file operators.hpp.


Member Function Documentation

static C def ( const C me,
const C f 
) [inline, static]

Definition at line 1427 of file operators.hpp.

References mmx::integrate().

01427                                 {
01428     return integrate (diff_op (me, f)); }

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

Definition at line 1423 of file operators.hpp.

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

01423                                     {
01424     (void) me; return derive (x) / (square (x) + 1); }

static generic name (  )  [inline, static]

Definition at line 1415 of file operators.hpp.

References mmx::GEN_ARCTAN.

01415 { return GEN_ARCTAN; }

static nat nr_init (  )  [inline, static]

Definition at line 1425 of file operators.hpp.

01425 { return 1; }

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

Definition at line 1417 of file operators.hpp.

References mmx::atan().

01417 { return atan (x); }

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

Definition at line 1421 of file operators.hpp.

References mmx::atan_init().

01421 { return atan_init (x, i); }

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

Definition at line 1419 of file operators.hpp.

References mmx::atan().

01419 { x= atan (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1