Sign in
third-party-mirror
/
eigen
/
941ca8d83f776b9a07153d3abef2877907aa0555
/
.
/
doc
/
snippets
/
Matrix_setIdentity_int_int.cpp
blob: a6596719929d1b641227b523515c9f0cb83e664e [
file
] [
log
] [
blame
]
MatrixXf
m
;
m
.
setIdentity
(
3
,
3
);
cout
<<
m
<<
endl
;