Fixed a comment

This commit is contained in:
Benoit Steiner 2014-10-08 13:29:36 -07:00
parent bbce6fa65d
commit 6c047d398d

View File

@ -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;
*/