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