asin_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1397 of file operators.hpp.


Member Function Documentation

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

Definition at line 1410 of file operators.hpp.

References mmx::integrate().

01410                                 {
01411     return integrate (diff_op (me, f)); }

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

Definition at line 1406 of file operators.hpp.

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

01406                                     {
01407     (void) me; return derive (x) / sqrt (1 - square (x)); }

static generic name (  )  [inline, static]

Definition at line 1398 of file operators.hpp.

References mmx::GEN_ARCSIN.

01398 { return GEN_ARCSIN; }

static nat nr_init (  )  [inline, static]

Definition at line 1408 of file operators.hpp.

01408 { return 1; }

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

Definition at line 1400 of file operators.hpp.

References mmx::asin().

01400 { return asin (x); }

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

Definition at line 1404 of file operators.hpp.

References mmx::asin_init().

01404 { return asin_init (x, i); }

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

Definition at line 1402 of file operators.hpp.

References mmx::asin().

01402 { x= asin (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1