mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 12:19:12 +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.
|
* \brief The fixed sized version of the tensor class.
|
||||||
*
|
*
|
||||||
* The fixes sized equivalent of
|
* The fixes sized equivalent of
|
||||||
* Eigen::Tensor<float, 4> t(3, 5, 7);
|
* Eigen::Tensor<float, 3> t(3, 5, 7);
|
||||||
* is
|
* is
|
||||||
* Eigen::TensorFixedSize<float, Size<3,5,7>> t;
|
* Eigen::TensorFixedSize<float, Size<3,5,7>> t;
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user