35#ifndef _BLAZE_MATH_SHIMS_INVCBRT_H_
36#define _BLAZE_MATH_SHIMS_INVCBRT_H_
68template<
typename T,
typename = EnableIf_t< IsBuiltin_v<T> > >
Header file for run time assertion macros.
Header file for the EnableIf class template.
Header file for the invert shim.
Header file for the IsBuiltin type trait.
decltype(auto) cbrt(const DenseMatrix< MT, SO > &dm)
Computes the cubic root of each single element of the dense matrix dm.
Definition: DMatMapExpr.h:1678
decltype(auto) abs(const DenseMatrix< MT, SO > &dm)
Applies the abs() function to each single element of the dense matrix dm.
Definition: DMatMapExpr.h:1296
decltype(auto) inv(const DenseMatrix< MT, SO > &dm)
Calculation of the inverse of the given dense matrix.
Definition: DMatInvExpr.h:405
#define BLAZE_USER_ASSERT(expr, msg)
Run time assertion macro for user checks.
Definition: Assert.h:117
BLAZE_ALWAYS_INLINE const SIMDdouble invcbrt(const SIMDf64< T > &a) noexcept=delete
Computes the inverse cubic root for a vector of double precision floating point values.
Header file for the cbrt shim.