basix_doc 0.1
sin_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1300 of file operators.hpp.


Member Function Documentation

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

Definition at line 1313 of file operators.hpp.

References mmx::cos_sin().

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

Definition at line 1309 of file operators.hpp.

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

                                    {
    (void) me; return derive (x) * cos (x); }
static generic name ( ) [inline, static]

Definition at line 1301 of file operators.hpp.

References mmx::GEN_SIN.

{ return GEN_SIN; }
static nat nr_init ( ) [inline, static]

Definition at line 1311 of file operators.hpp.

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

Definition at line 1303 of file operators.hpp.

References mmx::sin().

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

Definition at line 1307 of file operators.hpp.

References mmx::sin().

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

Definition at line 1305 of file operators.hpp.

References mmx::sin().

{ x= sin (y); }

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