35#ifndef _BLAZE_MATH_FUNCTORS_IMAG_H_
36#define _BLAZE_MATH_FUNCTORS_IMAG_H_
83 template<
typename T >
86 return imag( std::forward<T>( a ) );
103template<
typename T >
104struct YieldsUniform<Imag,T>
105 :
public IsUniform<T>
121template<
typename MT >
122struct YieldsSymmetric<Imag,MT>
123 :
public IsSymmetric<MT>
139template<
typename MT >
140struct YieldsLower<Imag,MT>
157template<
typename MT >
158struct YieldsStrictlyLower<Imag,MT>
159 :
public IsStrictlyLower<MT>
175template<
typename MT >
176struct YieldsUpper<Imag,MT>
193template<
typename MT >
194struct YieldsStrictlyUpper<Imag,MT>
195 :
public IsStrictlyUpper<MT>
211template<
typename T >
212struct YieldsZero<Imag,T>
Macro for CUDA compatibility.
Header file for the imaginary shim.
Header file for the IsLower type trait.
Header file for the IsStrictlyLower type trait.
Header file for the IsStrictlyUpper type trait.
Header file for the IsSymmetric type trait.
Header file for the IsUpper type trait.
Header file for the YieldsLower type trait.
Header file for the YieldsStrictlyLower type trait.
Header file for the YieldsStrictlyUpper type trait.
Header file for the YieldsSymmetric type trait.
Header file for the YieldsUpper type trait.
Header file for the YieldsZero type trait.
decltype(auto) imag(const DenseMatrix< MT, SO > &dm)
Returns a matrix containing the imaginary part of each single element of dm.
Definition: DMatMapExpr.h:1557
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
Generic wrapper for the imag() function.
Definition: Imag.h:76
System settings for the inline keywords.
Header file for the IsZero type trait.