mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
4 lines
85 B
C++
4 lines
85 B
C++
Matrix4i m = Matrix4i::Zero();
|
|
m.block<3, 3>(1, 0).setIdentity();
|
|
cout << m << endl;
|