3#ifndef pRC_TENSOR_TRAIN_OPERATOR_RANDOM_H
4#define pRC_TENSOR_TRAIN_OPERATOR_RANDOM_H
11 template<
class T,
class M,
class N,
class Ranks,
template<
class...>
class D>
12 struct Random<TensorTrain::Operator<T, M, N, Ranks>,
D<typename T::Value>,
13 If<IsDistribution<D<typename T::Value>>>>
pRC::Size const D
Definition CalculatePThetaTests.cpp:9
Definition threefry.hpp:24
pRC::Float<> T
Definition externs_nonTT.hpp:1
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
std::enable_if_t< B{}, int > If
Definition type_traits.hpp:68
Random(RandomEngine &rng, D< typename T::Value > &distribution)
Definition random.hpp:16
constexpr auto operator()()
Definition random.hpp:22