Sign in
eigen
/
mirror
/
904f35d19497b5442a80a30c42d00fc52c22fe36
/
.
/
doc
/
snippets
/
Matrix_setIdentity_int_int.cpp
blob: a6596719929d1b641227b523515c9f0cb83e664e [
file
]
MatrixXf
m
;
m
.
setIdentity
(
3
,
3
);
cout
<<
m
<<
endl
;