3#ifndef pRC_TENSOR_TRAIN_OPERATOR_ZERO_H
4#define pRC_TENSOR_TRAIN_OPERATOR_ZERO_H
13 struct Zero<
T,
If<TensorTrain::IsOperatorView<T>>> :
Zero<ResultOf<Eval, T>>
18 struct Zero<
T,
If<TensorTrain::IsOperator<T>>>
28 using M =
typename T::M;
29 using N =
typename T::N;
30 using Ranks =
typename T::Ranks;
Definition enumerate.hpp:19
Definition cholesky.hpp:18
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
RemoveConst< RemoveReference< T > > RemoveConstReference
Definition type_traits.hpp:62
Size Index
Definition type_traits.hpp:21
constexpr auto operator()()
Definition zero.hpp:20
Definition type_traits.hpp:268