diff --git a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h index 5f3e49e61..bf930f6b8 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +++ b/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h @@ -90,6 +90,14 @@ class TensorFixedSize : public TensorBase inline Scalar& coeffRef(Index firstIndex, IndexTypes... otherIndices) @@ -114,6 +122,14 @@ class TensorFixedSize : public TensorBase inline const Scalar& operator()(Index firstIndex, IndexTypes... otherIndices) const @@ -138,6 +154,13 @@ class TensorFixedSize : public TensorBase