35#ifndef _BLAZE_MATH_FUNCTORS_INVADD_H_
36#define _BLAZE_MATH_FUNCTORS_INVADD_H_
69 template<
typename T1,
typename T2 >
72 return inv( std::forward<T1>( a ) + std::forward<T2>( b ) );
Header file for the invert shim.
decltype(auto) inv(const DenseMatrix< MT, SO > &dm)
Calculation of the inverse of the given dense matrix.
Definition: DMatInvExpr.h:405
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Generic wrapper for the inverted addition operator.
Definition: InvAdd.h:61
System settings for the inline keywords.