acos_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1380 of file operators.hpp.


Member Function Documentation

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

Definition at line 1393 of file operators.hpp.

References mmx::integrate().

01393                                 {
01394     return integrate (diff_op (me, f)); }

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

Definition at line 1389 of file operators.hpp.

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

01389                                     {
01390     (void) me; return -derive (x) / sqrt (1 - square (x)); }

static generic name (  )  [inline, static]

Definition at line 1381 of file operators.hpp.

References mmx::GEN_ARCCOS.

01381 { return GEN_ARCCOS; }

static nat nr_init (  )  [inline, static]

Definition at line 1391 of file operators.hpp.

01391 { return 1; }

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

Definition at line 1383 of file operators.hpp.

References mmx::acos().

01383 { return acos (x); }

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

Definition at line 1387 of file operators.hpp.

References mmx::acos_init().

01387 { return acos_init (x, i); }

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

Definition at line 1385 of file operators.hpp.

References mmx::acos().

01385 { x= acos (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1