conj_functor< X >

Description

Specialising the conj_functor allows to calculate the conjugate of vectors containing any value-type.

Example

Definition

Defined in conj.hpp

Template parameters

ParameterDescriptionDefault
Xtype of conj_functor's argument.

Model of

AdaptableUnaryFunction

Type requirements

X can be

Public base classes

Members

MemberWhere definedComment
argument_type AdaptableUnaryFunction
result_type AdaptableUnaryFunction
result_type operator() (const X& a) const UnaryFunction