Attempt to fix the formatting of the README

This commit is contained in:
Benoit Steiner 2016-03-29 15:03:38 -07:00
parent 1bcd82e31b
commit 56df5ef1d7

View File

@ -11,7 +11,7 @@ You can manipulate a tensor with one of the following classes. They all are in
the namespace ```::Eigen.``` 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 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 class is templatized with the tensor datatype, such as float or int, and the