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