trig_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1311 of file operators.hpp.


Member Function Documentation

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

Definition at line 1326 of file operators.hpp.

References mmx::integrate().

01326                                 {
01327     return integrate (diff_op (me, f)); }

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

Definition at line 1368 of file vector.hpp.

References mmx::access(), mmx::derive(), and mmx::vec().

01368                                          {
01369   return from_vector (vec (-derive (access (x, 0)) * access (me, 1),
01370                            derive (access (x, 0)) * access (me, 0)));
01371 }

static nat nr_init (  )  [inline, static]

Definition at line 1324 of file operators.hpp.

01324 { return 1; }

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

Definition at line 1321 of file operators.hpp.

References mmx::as_generic(), and mmx::as_syntactic().

01321 { return as_syntactic (op (as_generic (x))); }

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

Definition at line 1319 of file operators.hpp.

References mmx::comma(), mmx::cos(), mmx::sin(), and mmx::xsqtuple().

01319 { return xsqtuple (comma (cos (x), sin (x))); }

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

Definition at line 1313 of file operators.hpp.

References mmx::trig().

01313 { return trig (x); }

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

Definition at line 1317 of file operators.hpp.

References mmx::trig().

01317 { (void) i; return trig (x); }

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

Definition at line 1315 of file operators.hpp.

References mmx::trig().

01315 { x= trig (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1