basix_doc 0.1
is_finite_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 1502 of file operators.hpp.


Member Function Documentation

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

Definition at line 1506 of file operators.hpp.

References mmx::is_finite().

{ return !is_finite (x); }
static bool op ( const T x) [inline, static]

Definition at line 1504 of file operators.hpp.

References mmx::is_finite().

{ return is_finite (x); }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines