basix_doc 0.1
polar_op Struct Reference

#include <operators.hpp>

List of all members.

Static Public Member Functions

Public Attributes


Detailed Description

Definition at line 1785 of file operators.hpp.


Member Function Documentation

static Complex_type ( C  ) const [inline, static]
static generic name ( ) [inline, static]

Definition at line 1786 of file operators.hpp.

References mmx::GEN_POLAR.

{ return GEN_POLAR; }
static C2 void set_op ( R &  x,
const C1 y1,
const C2 y2 
) [inline, static]

Definition at line 1792 of file operators.hpp.

References mmx::polar().

{ x= polar (y1, y2); }

Member Data Documentation

C1

Definition at line 1791 of file operators.hpp.


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