basix_doc 0.1
gaussian_op Struct Reference

#include <operators.hpp>

List of all members.

Public Member Functions

Static Public Member Functions


Detailed Description

Definition at line 1773 of file operators.hpp.


Member Function Documentation

static Complex_type ( C  ) const [inline, static]
static const C& y return gaussian ( ,
 
)
static generic name ( ) [inline, static]

Definition at line 1774 of file operators.hpp.

References mmx::GEN_GAUSSIAN.

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

Definition at line 1778 of file operators.hpp.

References mmx::gaussian().

{ return gaussian (x, y); }
static syntactic op ( const syntactic x,
const syntactic y 
) [inline, static]

Definition at line 1780 of file operators.hpp.

References mmx::gaussian().

{ return gaussian (x, y); }
static void set_op ( R &  x,
const C1 &  y1,
const C2 y2 
) [inline, static]

Definition at line 1782 of file operators.hpp.

{ gaussian_as (x, y1, y2); }

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