scalar_conj_expression< E >

Description

scalar_conj_expression<E> is a UnaryExpression that serves to calculate the complex conjugate of a ScalarExpression.

Example

Definition

Defined in conj.hpp.

Template parameters

Parameter Description Default
E The scalar expression for which the complex conjugate should be calculated

Model of

UnaryExpression and ScalarExpression

Type requirements

E Must be a model of ScalarExpression

Public base classes

Members

Member Where defined Comment
argument_type UnaryExpression
scalar_conj_expression(E const&) UnaryExpression
scalar_conj_expression(scalar_conj_expression const&) Expression
argument_type const& argument() const UnaryExpression

Notes