basix_doc 0.1
trig_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1264 of file operators.hpp.


Member Function Documentation

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

Definition at line 1279 of file operators.hpp.

References mmx::integrate().

                                {
    return integrate (diff_op (me, f)); }
C diff_op ( const C me,
const C x 
) [inline, static]

Definition at line 1179 of file vector.hpp.

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

                                         {
  return from_vector (vec (-derive (access (x, 0)) * access (me, 1),
                           derive (access (x, 0)) * access (me, 0)));
}
static nat nr_init ( ) [inline, static]

Definition at line 1277 of file operators.hpp.

{ return 1; }
static generic op ( const generic x) [inline, static]

Definition at line 1272 of file operators.hpp.

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

{ return xsqtuple (comma (cos (x), sin (x))); }
static syntactic op ( const syntactic x) [inline, static]

Definition at line 1274 of file operators.hpp.

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

{ return as_syntactic (op (as_generic (x))); }
static C op ( const C x) [inline, static]

Definition at line 1266 of file operators.hpp.

References mmx::trig().

{ return trig (x); }
static C op_init ( const C x,
const I &  i 
) [inline, static]

Definition at line 1270 of file operators.hpp.

References mmx::trig().

{ (void) i; return trig (x); }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 1268 of file operators.hpp.

References mmx::trig().

{ x= trig (y); }

The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines