35#ifndef _BLAZE_MATH_FUNCTORS_INV_H_
36#define _BLAZE_MATH_FUNCTORS_INV_H_
69 template<
typename T >
72 return inv( std::forward<T>( a ) );
Macro for CUDA compatibility.
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
#define BLAZE_DEVICE_CALLABLE
Conditional macro that sets host and device attributes when compiled with CUDA.
Definition: HostDevice.h:94
Generic wrapper for the inv() function.
Definition: Inv.h:62
System settings for the inline keywords.