and_is_finite_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1585 of file operators.hpp.


Member Function Documentation

static B neutral (  )  [inline, static]

Definition at line 1587 of file operators.hpp.

01587 { return true; }

static bool op ( const T x  )  [inline, static]

Definition at line 1593 of file operators.hpp.

References mmx::is_finite().

01593 { return is_finite (x); }

static void set_neutral ( R &  r  )  [inline, static]

Definition at line 1589 of file operators.hpp.

References mmx::set_true().

01589 { set_true (r); }

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

Definition at line 1591 of file operators.hpp.

References mmx::is_finite().

01591 { x= x && is_finite (y); }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1