mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-24 02:29:33 +08:00
4 lines
60 B
C++
4 lines
60 B
C++
Matrix3f m;
|
|
m << 1, 2, 3, 4, 5, 6, 7, 8, 9;
|
|
std::cout << m;
|