From 56df5ef1d777550148a6d16eacec09b2d9c16a9a Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Tue, 29 Mar 2016 15:03:38 -0700 Subject: Attempt to fix the formatting of the README --- unsupported/Eigen/CXX11/src/Tensor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported/Eigen/CXX11/src/Tensor/README.md') diff --git a/unsupported/Eigen/CXX11/src/Tensor/README.md b/unsupported/Eigen/CXX11/src/Tensor/README.md index 407485090..e60fdd413 100644 --- a/unsupported/Eigen/CXX11/src/Tensor/README.md +++ b/unsupported/Eigen/CXX11/src/Tensor/README.md @@ -11,7 +11,7 @@ You can manipulate a tensor with one of the following classes. They all are in the namespace ```::Eigen.``` -### Class Tensor<data_type, rank> +### Class Tensor; This is the class to use to create a tensor and allocate memory for it. The class is templatized with the tensor datatype, such as float or int, and the -- cgit v1.2.3