Eigen 3.4.90
doc
snippets
Tutorial_commainit_01.cpp
Go to the documentation of this file.
1
Matrix3f
m
;
2
m
<< 1, 2, 3,
3
4, 5, 6,
4
7, 8, 9;
5
std::cout <<
m
;
m
Matrix3f m
Definition:
Tutorial_commainit_01.cpp:1
Eigen::Matrix3f
Matrix< float, 3, 3 > Matrix3f
3×3 matrix of type float.
Definition:
Matrix.h:501