change_precision_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1718 of file operators.hpp.


Member Function Documentation

static generic name (  )  [inline, static]

Definition at line 1721 of file operators.hpp.

References mmx::GEN_CHANGE_PRECISION.

01721 { return GEN_CHANGE_PRECISION; }

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

Definition at line 1723 of file operators.hpp.

References mmx::change_precision().

01723 { return change_precision (x, p); }

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

Definition at line 1725 of file operators.hpp.

References mmx::change_precision().

01725 { x= change_precision (y, p); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1