35 #ifndef _BLAZE_MATH_SHIMS_SERIAL_H_
36 #define _BLAZE_MATH_SHIMS_SERIAL_H_
68 template<
typename T >
69 inline typename EnableIf< Or< IsBuiltin<T>, IsComplex<T> >,
const T& >::Type
const DMatSerialExpr< MT, SO > serial(const DenseMatrix< MT, SO > &dm)
Forces the serial evaluation of the given dense matrix expression dm.
Definition: DMatSerialExpr.h:695
Header file for the Or class template.
Header file for the EnableIf class template.
Header file for the IsBuiltin type trait.
Header file for the IsComplex type trait.