Sign in
◑
Theme
eigen
/
mirror
/
88ba55e798bc4ab998be6524bd89894f4ae41926
/
.
/
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
;