mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +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.```
|
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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user