From 573b377110d488886bfc6b319c140a3375d5d91a Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Fri, 27 Feb 2015 08:46:04 -0800 Subject: Added support for vectorized type casting of tensors --- unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h | 1 + 1 file changed, 1 insertion(+) (limited to 'unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h') diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h index 7bec2b10a..3607fe3fe 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h @@ -25,6 +25,7 @@ template class T template class TensorReductionOp; template class TensorConcatenationOp; template class TensorContractionOp; +template class TensorConversionOp; template class TensorConvolutionOp; template class TensorPatchOp; template class TensorImagePatchOp; -- cgit v1.2.3