mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
2 lines
46 B
C++
2 lines
46 B
C++
|
cout << Vector3i(2,5,6).asDiagonal() << endl;
|