3#ifndef pRC_TENSOR_TRAIN_COMMON_FUNCTIONS_PLUS_H
4#define pRC_TENSOR_TRAIN_COMMON_FUNCTIONS_PLUS_H
13 template<
class X,
class R = RemoveReference<X>>
14 requires(TensorTrain::IsTensorish<R> ||
15 TensorTrain::IsOperatorish<R>) &&
16 IsInvocable<Loop<Plus>, X>
17 static inline constexpr auto operator+(X &&a)
Definition cholesky.hpp:10
static constexpr auto loop(F &&f, Xs &&...args)
Definition loop.hpp:20