mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fixed a comment
This commit is contained in:
parent
bbce6fa65d
commit
6c047d398d
@ -18,7 +18,7 @@ namespace Eigen {
|
||||
* \brief The fixed sized version of the tensor class.
|
||||
*
|
||||
* The fixes sized equivalent of
|
||||
* Eigen::Tensor<float, 4> t(3, 5, 7);
|
||||
* Eigen::Tensor<float, 3> t(3, 5, 7);
|
||||
* is
|
||||
* Eigen::TensorFixedSize<float, Size<3,5,7>> t;
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user