basix_doc 0.1
dominant_part_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2244 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2245 of file operators.hpp.

{ return "dominant_part"; }
static T op ( const T x) [inline, static]

Definition at line 2247 of file operators.hpp.

{ return dominant_part (x); }

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