basix_doc 0.1
fast_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 196 of file operators.hpp.


Member Function Documentation

static Fast_type ( C  ) const [inline, static]

Definition at line 198 of file operators.hpp.

References mmx::fast().

                  { return fast (x); }
static generic name ( ) [inline, static]

Definition at line 197 of file operators.hpp.

References mmx::GEN_FAST.

{ return GEN_FAST; }
static void set_op ( R &  x,
const C y 
) [inline, static]

Definition at line 201 of file operators.hpp.

References mmx::fast().

{ x= fast (y); }

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