Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
MatrixBase_identity_int_int.cpp
Find file
Normal view
History
Permalink
MatrixBase_identity_int_int.cpp
42 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
cout
<<
MatrixXd
::
Identity
(
4
,
3
)
<<
endl
;