Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
72890c2da170577883e6431bd92d612716a31b85
/
.
/
doc
/
snippets
/
Matrix_setIdentity_int_int.cpp
blob: a6596719929d1b641227b523515c9f0cb83e664e [
file
] [
log
] [
blame
]
MatrixXf
m
;
m
.
setIdentity
(
3
,
3
);
cout
<<
m
<<
endl
;