gaussian_op Struct Reference

#include <operators.hpp>

List of all members.

Public Member Functions

Static Public Member Functions


Detailed Description

Definition at line 1820 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 1821 of file operators.hpp.

References mmx::GEN_GAUSSIAN.

01821 { return GEN_GAUSSIAN; }

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

Definition at line 1827 of file operators.hpp.

References mmx::gaussian().

01827 { return gaussian (x, y); }

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

Definition at line 1825 of file operators.hpp.

References mmx::gaussian().

01825 { return gaussian (x, y); }

static void set_op ( R &  x,
const C1 &  y1,
const C2 y2 
) [inline, static]

Definition at line 1829 of file operators.hpp.

01829 { gaussian_as (x, y1, y2); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1