Sign in
◑
Theme
eigen
/
mirror
/
refs/heads/cuda-sm60-arch-floor
/
.
/
doc
/
snippets
/
MatrixBase_identity_int_int.cpp
blob: f809df708c2e64c18767674b2318db042b03fd00 [
file
] [
edit
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
cout
<<
MatrixXd
::
Identity
(
4
,
3
)
<<
endl
;