#ifndef EIGEN_CXX11_TENSOR_TENSOR_GENERATOR_H
#define EIGEN_CXX11_TENSOR_TENSOR_GENERATOR_H
#include "./InternalHeaderCheck.h"
namespace Eigen {
namespace internal {
traits<TensorGeneratorOp<Generator, XprType>>;
eval<TensorGeneratorOp<Generator, XprType>, Eigen::Dense>;
nested<TensorGeneratorOp<Generator, XprType>, 1, typename eval<TensorGeneratorOp<Generator, XprType>>::type>;
}
template <typename Generator, typename XprType>
class TensorGeneratorOp : public TensorBase<TensorGeneratorOp<Generator, XprType>, ReadOnlyAccessors> { … };
TensorEvaluator<const TensorGeneratorOp<Generator, ArgType>, Device>;
}
#endif