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