mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
2 lines
56 B
C++
2 lines
56 B
C++
cout << Matrix3i(Vector3i(2,5,6).asDiagonal()) << endl;
|