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