mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Attempt to fix the formatting of the README
This commit is contained in:
parent
1bcd82e31b
commit
56df5ef1d7
@ -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<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
|
||||
|
Loading…
Reference in New Issue
Block a user