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