mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Update README.md. Remove obsolete comment about RowMajor not being fully supported.
This commit is contained in:
parent
68e03ab240
commit
73d65dbc43
@ -120,9 +120,7 @@ specified position. The value returned is of the datatype of the tensor.
|
||||
## TensorLayout
|
||||
|
||||
The tensor library supports 2 layouts: `ColMajor` (the default) and
|
||||
`RowMajor`. Only the default column major layout is currently fully
|
||||
supported, and it is therefore not recommended to attempt to use the row major
|
||||
layout at the moment.
|
||||
`RowMajor`.
|
||||
|
||||
The layout of a tensor is optionally specified as part of its type. If not
|
||||
specified explicitly column major is assumed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user