mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-23 10:09:36 +08:00
2 lines
58 B
C++
2 lines
58 B
C++
cout << Matrix3i(Vector3i(2, 5, 6).asDiagonal()) << endl;
|