35 #ifndef _BLAZE_MATH_FUNCTORS_REAL_H_
36 #define _BLAZE_MATH_FUNCTORS_REAL_H_
67 template<
typename T >
BLAZE_ALWAYS_INLINE auto operator()(const T &a) const
Returns the result of the real() function for the given object/value.
Definition: Real.h:68
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
const DMatForEachExpr< MT, Real, SO > real(const DenseMatrix< MT, SO > &dm)
Returns a matrix containing the real part of each single element of dm.
Definition: DMatForEachExpr.h:1223
Generic wrapper for the real() function.
Definition: Real.h:59
Header file for the real shim.
System settings for the inline keywords.