aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/README.md
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-29 15:03:38 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-29 15:03:38 -0700
commit56df5ef1d777550148a6d16eacec09b2d9c16a9a (patch)
tree85593660abc1fa0c222ca301d72701339556854c /unsupported/Eigen/CXX11/src/Tensor/README.md
parent1bcd82e31b9db33d02376aefd532a57dc5fc5fcb (diff)
Attempt to fix the formatting of the README
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Tensor/README.md')
-rw-r--r--unsupported/Eigen/CXX11/src/Tensor/README.md2
1 files changed, 1 insertions, 1 deletions
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&lt;data_type, rank&gt;
+### Class Tensor<data_type, rank>;
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