Sign in
◑
Theme
eigen
/
mirror
/
refs/heads/cuda-sm60-arch-floor
/
.
/
doc
/
snippets
/
Matrix_setIdentity_int_int.cpp
blob: 5cc4e8e1a7eb2442e1b41a2cefeb8322224f4542 [
file
] [
edit
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
MatrixXf
m
;
m
.
setIdentity
(
3
,
3
);
cout
<<
m
<<
endl
;