35#ifndef _BLAZE_MATH_EXPRESSIONS_MATSERIALEXPR_H_
36#define _BLAZE_MATH_EXPRESSIONS_MATSERIALEXPR_H_
66template<
typename MT >
92template<
typename MT >
Header file for the SerialExpr base class.
decltype(auto) serial(const DenseMatrix< MT, SO > &dm)
Forces the serial evaluation of the given dense matrix expression dm.
Definition: DMatSerialExpr.h:812
Base class for all matrix serial evaluation expression templates.
Definition: MatSerialExpr.h:69
Base class for all serial evaluation expression templates.
Definition: SerialExpr.h:68