#include <stdComplex.hpp>

Public Types | |
| using | ExpressionComplexImag = ComputeExpression<InnerType, OperationComplexImag, Impl> |
| Expression returned by imag. | |
| using | ExpressionComplexReal = ComputeExpression<InnerType, OperationComplexReal, Impl> |
| Expression returned by real. | |
| using | Impl = T_Impl |
| See ExpressionMemberOperations. | |
| using | Impl |
| See ExpressionMemberOperations. | |
| using | InnerType = typename Real::value_type |
| Inner type of the complex. | |
| using | Real = T_Real |
| See ExpressionMemberOperations. | |
| using | Real |
| See ExpressionMemberOperations. | |
Public Member Functions | |
| ExpressionComplexImag | imag () const |
| imag member function for complex. | |
| ExpressionComplexReal | real () const |
| real member function for complex. | |
Protected Member Functions | |
| inlineImpl const & | cast () const |
| Cast to implementation. | |
Define member operations for complex type expressions.
| T_Real | See ExpressionMemberOperations. |
| T_Impl | See ExpressionMemberOperations. |