interval_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1947 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1948 of file operators.hpp.

References mmx::GEN_INTERVAL.

01948 { return GEN_INTERVAL; }

static B op ( const R &  l,
const R &  r 
) [inline, static]

Definition at line 1950 of file operators.hpp.

01950                               {
01951     return make_interval<B> (l, r); }

static void set_op ( B &  b,
const R &  l,
const R &  r 
) [inline, static]

Definition at line 1953 of file operators.hpp.

01953                                         {
01954     b= make_interval<B> (l, r); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1