basix_doc 0.1
mv_project_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 2333 of file operators.hpp.


Member Function Documentation

static generic name ( ) [inline, static]

Definition at line 2334 of file operators.hpp.

{ return "project"; }
static C op ( const C x,
const I &  i 
) [inline, static]

Definition at line 2336 of file operators.hpp.

References mmx::project().

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

Definition at line 2338 of file operators.hpp.

References mmx::project().

{ x= project (y, i); }

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