mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00

* Bug fixes in euler angle snippet, Assign and MapBase * Started a "quick start guide" (draft state)
5 lines
64 B
C++
5 lines
64 B
C++
Matrix3f m;
|
|
m << 1, 2, 3,
|
|
4, 5, 6,
|
|
7, 8, 9;
|
|
cout << m; |