11template <
typename Expr>
19template <
typename Expr>
27template <
typename Expr>
const Derived & derived() const
Definition BaseExpr.h:17
Global configuration for the tesseract tensor library.
Façade for higher-level kernel operations built on top of microkernels.
constexpr bool is_vector_space_v
Definition basic_algebraic_traits.h:123
Expr::value_type min(const BaseExpr< Expr > &expr)
Definition reductions.h:14
Expr::value_type sum(const BaseExpr< Expr > &expr)
Definition reductions.h:30
Expr::value_type max(const BaseExpr< Expr > &expr)
Definition reductions.h:22
static FORCE_INLINE T reduce_min(const Expr &expr) noexcept
Definition kernel_ops.h:51
static FORCE_INLINE T reduce_max(const Expr &expr) noexcept
Definition kernel_ops.h:57
static FORCE_INLINE T reduce_sum(const Expr &expr) noexcept
Definition kernel_ops.h:63