square_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 660 of file operators.hpp.


Member Function Documentation

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

Definition at line 669 of file operators.hpp.

References mmx::derive().

00669                                     {
00670     (void) me; return 2*derive (x)*x; }

static generic name (  )  [inline, static]

Definition at line 661 of file operators.hpp.

References mmx::GEN_SQUARE.

00661 { return GEN_SQUARE; }

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

Definition at line 663 of file operators.hpp.

References mmx::square().

00663 { return square (x); }

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

Definition at line 667 of file operators.hpp.

References mmx::square().

00667 { x= square (y); }

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

Definition at line 665 of file operators.hpp.

References mmx::square().

00665 { x= square (x); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1