Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
MatrixBase_ones_int.cpp
Find file
Normal view
History
Permalink
MatrixBase_ones_int.cpp
77 B
Newer
Older
CMake rewrite
Luker
committed
Mar 07, 2016
1
2
cout
<<
6
*
RowVectorXi
::
Ones
(
4
)
<<
endl
;
cout
<<
VectorXf
::
Ones
(
2
)
<<
endl
;