tan_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1364 of file operators.hpp.


Member Function Documentation

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

Definition at line 1374 of file vector.hpp.

References mmx::cos_sin().

01374                                     {
01375   (void) me; const vector<C> v= cos_sin (f); return v[1] / v[0];
01376 }

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

Definition at line 1373 of file operators.hpp.

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

01373                                     {
01374     (void) me; return derive (x) / square (cos (x)); }

static generic name (  )  [inline, static]

Definition at line 1365 of file operators.hpp.

References mmx::GEN_TAN.

01365 { return GEN_TAN; }

static nat nr_init (  )  [inline, static]

Definition at line 1375 of file operators.hpp.

01375 { return 1; }

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

Definition at line 1367 of file operators.hpp.

References mmx::tan().

01367 { return tan (x); }

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

Definition at line 1371 of file operators.hpp.

References mmx::tan().

01371 { (void) i; return tan (x); }

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

Definition at line 1369 of file operators.hpp.

References mmx::tan().

01369 { x= tan (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1