3#ifndef pRC_CORE_TENSOR_IDENTITY_H
4#define pRC_CORE_TENSOR_IDENTITY_H
21 "Diagonal has to be invocable for T.");
27 template<
class X, If<IsConstructible<
typename T::Type, X>> = 0>
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto diagonal(X &&a)
Definition diagonal.hpp:16
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
constexpr auto operator()()
Definition identity.hpp:22
constexpr auto operator()(X &&value)
Definition identity.hpp:28
Definition type_traits.hpp:262
Definition type_traits.hpp:60
Definition type_traits.hpp:16