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