mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
f12e9c53ac
expressions, update documentation.
4 lines
83 B
C++
4 lines
83 B
C++
Matrix4i m = Matrix4i::zero();
|
|
m.block<3,3>(1,0).setIdentity();
|
|
cout << m << endl;
|