35#ifndef _BLAZE_MATH_EXPRESSIONS_MATNOALIASEXPR_H_
36#define _BLAZE_MATH_EXPRESSIONS_MATNOALIASEXPR_H_
65template<
typename MT >
91template<
typename MT >
Header file for the NoAliasExpr base class.
decltype(auto) noalias(const DenseMatrix< MT, SO > &dm)
Forces the non-aliased evaluation of the given dense matrix expression dm.
Definition: DMatNoAliasExpr.h:679
Base class for all matrix no-alias expression templates.
Definition: MatNoAliasExpr.h:68
Base class for all no-alias expression templates.
Definition: NoAliasExpr.h:68