cos_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1330 of file operators.hpp.


Member Function Documentation

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

Definition at line 1343 of file operators.hpp.

References mmx::cos_sin().

01343                                 {
01344     (void) me; return cos_sin (f) [0]; }

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

Definition at line 1339 of file operators.hpp.

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

01339                                     {
01340     (void) me; return -derive (x) * sin (x); }

static generic name (  )  [inline, static]

Definition at line 1331 of file operators.hpp.

References mmx::GEN_COS.

01331 { return GEN_COS; }

static nat nr_init (  )  [inline, static]

Definition at line 1341 of file operators.hpp.

01341 { return 1; }

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

Definition at line 1333 of file operators.hpp.

References mmx::cos().

01333 { return cos (x); }

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

Definition at line 1337 of file operators.hpp.

References mmx::cos().

01337 { (void) i; return cos (x); }

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

Definition at line 1335 of file operators.hpp.

References mmx::cos().

01335 { x= cos (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1